Fixed testChannel.

This commit is contained in:
Jeremy Fincher 2004-08-19 18:19:20 +00:00
parent 5be0b319a4
commit dec8c52b86

View File

@ -120,7 +120,7 @@ class AliasTestCase(ChannelPluginTestCase, PluginDocumentation):
def testChannel(self): def testChannel(self):
self.assertNotError('alias add channel echo $channel') self.assertNotError('alias add channel echo $channel')
self.assertResponse('channel', self.channel) self.assertResponse('alias channel', self.channel)
def testNick(self): def testNick(self):
self.assertNotError('alias add sendingnick "rot13 [rot13 $nick]"') self.assertNotError('alias add sendingnick "rot13 [rot13 $nick]"')