From 2140a8ac207c3afe7a001c3762dcd14e1c827c0e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 11 Oct 2003 10:26:56 +0000 Subject: [PATCH] Fixed bug in test for variable. --- test/test_Alias.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Alias.py b/test/test_Alias.py index 124941b51..f8bc32dc9 100644 --- a/test/test_Alias.py +++ b/test/test_Alias.py @@ -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):