Karma: Fix tests.

This commit is contained in:
Valentin Lorentz 2014-07-19 14:22:09 +00:00
parent 1edd7fc379
commit 496979758f
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ class KarmaTestCase(ChannelPluginTestCase):
self.assertNoResponse('foo++', 1)
self.assertRegexp('karma foo', '1')
self.assertNotError('karma clear foo')
self.assertRegexp('karma foo', '0')
self.assertRegexp('karma foo', 'neutral')
self.assertNotRegexp('karma foo', '1')
# def testNoKarmaDunno(self):