mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 02:32:42 +01:00
Fix a test failure
This commit is contained in:
parent
d59310603c
commit
1f4bef43ac
@ -66,7 +66,7 @@ class DunnoTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
def testDunnoChange(self):
|
||||
self.assertNotError('dunno add moo')
|
||||
self.assertNotError('dunno change 1 s/moo/bar/')
|
||||
self.assertRegexp('dunno get 1', '.*?: \'bar\'')
|
||||
self.assertRegexp('dunno get 1', '.*?: [\'"]bar[\'"]')
|
||||
|
||||
def testDollarCommand(self):
|
||||
self.assertNotError("dunno add I can't $command.")
|
||||
|
Loading…
Reference in New Issue
Block a user