Fixed colorstrip => stripcolor bug in test.

This commit is contained in:
Jeremy Fincher 2004-04-17 16:37:50 +00:00
parent 04876865f1
commit 747b8f483f
1 changed files with 1 additions and 1 deletions

View File

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