aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_tcp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_tcp.py b/test/test_tcp.py
index 362ba0f4..14ba555d 100644
--- a/test/test_tcp.py
+++ b/test/test_tcp.py
@@ -553,8 +553,6 @@ class TestFileLike:
assert s.get_log() == ""
s.read(1)
assert s.get_log() == "o"
- s.clear_log()
- assert s.get_log() == ""
s.stop_log()
tutils.raises(ValueError, s.get_log)