mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Karma: Fix tests.
This commit is contained in:
parent
1edd7fc379
commit
496979758f
@ -175,7 +175,7 @@ class KarmaTestCase(ChannelPluginTestCase):
|
|||||||
self.assertNoResponse('foo++', 1)
|
self.assertNoResponse('foo++', 1)
|
||||||
self.assertRegexp('karma foo', '1')
|
self.assertRegexp('karma foo', '1')
|
||||||
self.assertNotError('karma clear foo')
|
self.assertNotError('karma clear foo')
|
||||||
self.assertRegexp('karma foo', '0')
|
self.assertRegexp('karma foo', 'neutral')
|
||||||
self.assertNotRegexp('karma foo', '1')
|
self.assertNotRegexp('karma foo', '1')
|
||||||
|
|
||||||
# def testNoKarmaDunno(self):
|
# def testNoKarmaDunno(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user