diff --git a/test/test_ircdb.py b/test/test_ircdb.py index 36d8f179c..a60a42090 100644 --- a/test/test_ircdb.py +++ b/test/test_ircdb.py @@ -328,7 +328,7 @@ class IrcChannelTestCase(IrcdbTestCase): def testLobotomized(self): c = ircdb.IrcChannel(lobotomized=True) - self.failUnless(c.checkIgnored('')) + self.failUnless(c.checkIgnored('foo!bar@baz')) def testIgnored(self): prefix = 'foo!bar@baz'