summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blessings/tests.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/blessings/tests.py b/blessings/tests.py
index c7a3527..aabb497 100644
--- a/blessings/tests.py
+++ b/blessings/tests.py
@@ -259,11 +259,6 @@ def test_force_styling_none():
def test_null_callable_string():
"""Make sure NullCallableString tolerates all numbers and kinds of args it might receive."""
t = TestTerminal(stream=StringIO())
-
- # I don't promise this will keep working; it's not documented anywhere.
- # However, it's what I intend to happen in an edge case, so let's make sure
- # it works.
- eq_(t.clear(), '')
-
+ eq_(t.clear, '')
eq_(t.move(1, 2), '')
eq_(t.move_x(1), '')