mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fixed bug in test for variable.
This commit is contained in:
parent
7528215674
commit
2140a8ac20
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user