diff options
Diffstat (limited to 'client/test.py')
| -rw-r--r-- | client/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/test.py b/client/test.py index 184a777..bac4d7b 100644 --- a/client/test.py +++ b/client/test.py @@ -222,7 +222,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) |
