From dd133d3738162e184f206d112ea4a39ba43f0781 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 30 Aug 2014 17:44:47 +0100 Subject: Handle all Google Speech options --- client/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/test.py') 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) -- cgit v1.3.1