summaryrefslogtreecommitdiff
path: root/ttystatus/status_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'ttystatus/status_tests.py')
-rw-r--r--ttystatus/status_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttystatus/status_tests.py b/ttystatus/status_tests.py
index ecf91f9..92425ac 100644
--- a/ttystatus/status_tests.py
+++ b/ttystatus/status_tests.py
@@ -36,7 +36,7 @@ class DummyMessager(object):
def time_to_write(self):
return True
- def write(self, string):
+ def write(self, string, force=False):
self.written.write(string)
def notify(self, string, f, force=False):