From 4d81a5524132483b38448136ed0d2539205da427 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 28 May 2014 12:59:43 +0300 Subject: [PATCH] Channel: fix test.py . --- plugins/Channel/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Channel/test.py b/plugins/Channel/test.py index e40bc220b..c98b3799f 100644 --- a/plugins/Channel/test.py +++ b/plugins/Channel/test.py @@ -228,7 +228,7 @@ class ChannelTestCase(ChannelPluginTestCase): self.assertResponse('channel ignore list', "'%s'" % expect) self.assertNotError('channel ignore remove %s' % expect) self.assertRegexp('channel ignore list', 'not currently') - ignore('foo!bar@baz', '*!bar@baz') + ignore('*!*@baz', '*!*@baz') ignore('foo!*@*') with conf.supybot.protocols.irc.banmask.context(['exact']): ignore('foo!bar@baz')