Fixed testPlugin.

This commit is contained in:
Jeremy Fincher 2004-02-13 09:56:34 +00:00
parent 1d53c99f5b
commit 60bf8eba95

View File

@ -126,7 +126,7 @@ class MiscTestCase(ChannelPluginTestCase, PluginDocumentation):
self.assertNotError('logfilesize') self.assertNotError('logfilesize')
def testPlugin(self): def testPlugin(self):
self.assertResponse('plugin plugin', 'Misc.') self.assertResponse('plugin plugin', 'Misc')
def testTell(self): def testTell(self):
m = self.getMsg('tell foo [plugin tell]') m = self.getMsg('tell foo [plugin tell]')