Formatting.

This commit is contained in:
Jeremy Fincher 2004-01-30 06:12:46 +00:00
parent 1f934bf55e
commit a4c9d3f172
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ class ConfigTestCase(ChannelPluginTestCase):
self.assertNotError('config help supybot.replies.success')
def testHelpDoesNotAssertionError(self):
self.assertNotRegexp('config help supybot.commands.defaultPlugins.help',
self.assertNotRegexp('config help ' # Cont'd.
'supybot.commands.defaultPlugins.help',
'AssertionError')