Forgot to update the test for the new seen behavior.

This commit is contained in:
Jeremy Fincher 2003-10-02 00:26:53 +00:00
parent dcffc5df62
commit 4fc4df9ff4
1 changed files with 1 additions and 1 deletions

View File

@ -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')