From 747b8f483f629fae816e2a0eda68826e4ad1aefa Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 17 Apr 2004 16:37:50 +0000 Subject: [PATCH] Fixed colorstrip => stripcolor bug in test. --- test/test_Filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Filter.py b/test/test_Filter.py index 361a34d36..8d34b00f5 100644 --- a/test/test_Filter.py +++ b/test/test_Filter.py @@ -87,7 +87,7 @@ class FilterTest(ChannelPluginTestCase, PluginDocumentation): _strings = ('Supybot pwns!', '123456', 'A string with \x02bold\x15') def testColorstrip(self): for s in self._strings: - self.assertResponse('colorstrip [colorize %s]' % s, s) + self.assertResponse('stripcolor [colorize %s]' % s, s) def testOutfilter(self): s = self.nick.encode('rot13')