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
1 changed files with 1 additions and 1 deletions

View File

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