aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_console_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_console_help.py')
-rw-r--r--test/test_console_help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_console_help.py b/test/test_console_help.py
index 32d94247..42862af7 100644
--- a/test/test_console_help.py
+++ b/test/test_console_help.py
@@ -28,7 +28,7 @@ class TestHelp:
assert h.helptext()
def test_keypress(self):
- master = DummyMaster()
+ DummyMaster()
h = help.HelpView([1, 2, 3])
assert not h.keypress((0, 0), "q")
assert not h.keypress((0, 0), "?")