From e5df6c87ed11d4fb68af282ab507adfabe0e8168 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 28 Sep 2004 07:19:25 +0000 Subject: [PATCH] tightened for new asserts. --- test/test_ircdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'