Fixed bug in test for variable.

This commit is contained in:
Jeremy Fincher 2003-10-11 10:26:56 +00:00
parent 7528215674
commit 2140a8ac20

View File

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