From be97529c4c5462aca3b01d69a91f62fd1cd5748a Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 30 Sep 2014 19:25:22 +0200 Subject: Update Brain testcase --- client/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/test.py b/client/test.py index 9c99688..23dd619 100644 --- a/client/test.py +++ b/client/test.py @@ -224,7 +224,7 @@ class TestBrain(unittest.TestCase): def testPriority(self): """Does Brain correctly send query to higher-priority module?""" my_brain = TestBrain._emptyBrain() - hn_module = 'modules.HN' + hn_module = 'HN' hn = filter(lambda m: m.__name__ == hn_module, my_brain.modules)[0] with patch.object(hn, 'handle') as mocked_handle: -- cgit v1.3.1