summaryrefslogtreecommitdiff
path: root/client/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/test.py')
-rw-r--r--client/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/test.py b/client/test.py
index 0ad37a3..9bd765d 100644
--- a/client/test.py
+++ b/client/test.py
@@ -225,7 +225,7 @@ class TestBrain(unittest.TestCase):
hn = filter(lambda m: m.__name__ == hn_module, my_brain.modules)[0]
with patch.object(hn, 'handle') as mocked_handle:
- my_brain.query("hacker news")
+ my_brain.query(["hacker news"])
self.assertTrue(mocked_handle.called)