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

pull/924/head
Lee Clemens 2015-01-26 20:02:49 -05:00
parent 767fc0d4d4
commit 297a32e6bb
1 changed files with 1 additions and 1 deletions

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", [] )])