From a4c9d3f17203191464e431d9ed85991a78458cad Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 30 Jan 2004 06:12:46 +0000 Subject: [PATCH] Formatting. --- test/test_Config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_Config.py b/test/test_Config.py index 41ca59a62..eccf4a943 100644 --- a/test/test_Config.py +++ b/test/test_Config.py @@ -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')