mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Forgot to update the test for the new seen behavior.
This commit is contained in:
parent
dcffc5df62
commit
4fc4df9ff4
@ -39,7 +39,7 @@ class ChannelDBTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
self.assertNotError('channelstats')
|
||||
|
||||
def testNoKeyErrorEscapeFromSeen(self):
|
||||
self.assertRegexp('seen asldfkjasdlfkj', conf.replyNoUser)
|
||||
self.assertRegexp('seen asldfkjasdlfkj', 'I have not seen')
|
||||
self.assertNotRegexp('seen asldfkjasdlfkj', 'KeyError')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user