Updated test to match implementation.

This commit is contained in:
Jeremy Fincher 2004-02-08 09:26:56 +00:00
parent 54750f139f
commit 40a0ed929f
1 changed files with 1 additions and 1 deletions

View File

@ -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]')