mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
tightened for new asserts.
This commit is contained in:
parent
e616f6973d
commit
e5df6c87ed
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user