From 06131461dac6cb5674491c5899e52f2fc9785919 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 23 Aug 2004 13:04:22 +0000 Subject: [PATCH] We should call our parents more often. --- test/test_callbacks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_callbacks.py b/test/test_callbacks.py index 391cd3df6..4d6386c78 100644 --- a/test/test_callbacks.py +++ b/test/test_callbacks.py @@ -320,6 +320,7 @@ class PrivmsgTestCase(ChannelPluginTestCase): del self.Second.second if hasattr(self.FirstRepeat, 'firstrepeat'): del self.FirstRepeat.firstrepeat + ChannelPluginTestCase.tearDown(self) def testDispatching(self): self.irc.addCallback(self.First())