Update test since JailThread.action was changed from property to method

This commit is contained in:
Lee Clemens 2015-01-26 20:02:49 -05:00
parent 767fc0d4d4
commit 297a32e6bb

View file

@ -86,7 +86,7 @@ class ExecuteActions(LogCaptureTestCase):
self.__actions.stop()
self.__actions.join()
self.assertEqual(self.__actions.status,[("Currently banned", 0 ),
self.assertEqual(self.__actions.status(),[("Currently banned", 0 ),
("Total banned", 0 ), ("Banned IP list", [] )])