mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Fixed colorstrip => stripcolor bug in test.
This commit is contained in:
parent
04876865f1
commit
747b8f483f
@ -87,7 +87,7 @@ class FilterTest(ChannelPluginTestCase, PluginDocumentation):
|
|||||||
_strings = ('Supybot pwns!', '123456', 'A string with \x02bold\x15')
|
_strings = ('Supybot pwns!', '123456', 'A string with \x02bold\x15')
|
||||||
def testColorstrip(self):
|
def testColorstrip(self):
|
||||||
for s in self._strings:
|
for s in self._strings:
|
||||||
self.assertResponse('colorstrip [colorize %s]' % s, s)
|
self.assertResponse('stripcolor [colorize %s]' % s, s)
|
||||||
|
|
||||||
def testOutfilter(self):
|
def testOutfilter(self):
|
||||||
s = self.nick.encode('rot13')
|
s = self.nick.encode('rot13')
|
||||||
|
Loading…
Reference in New Issue
Block a user