From 60bf8eba950a9a5efa3a0c867130af973862a80d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 13 Feb 2004 09:56:34 +0000 Subject: [PATCH] Fixed testPlugin. --- test/test_Misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Misc.py b/test/test_Misc.py index 485556f52..3b99e9a6d 100644 --- a/test/test_Misc.py +++ b/test/test_Misc.py @@ -126,7 +126,7 @@ class MiscTestCase(ChannelPluginTestCase, PluginDocumentation): self.assertNotError('logfilesize') def testPlugin(self): - self.assertResponse('plugin plugin', 'Misc.') + self.assertResponse('plugin plugin', 'Misc') def testTell(self): m = self.getMsg('tell foo [plugin tell]')