Fix a test failure

This commit is contained in:
James Vega 2005-01-04 18:52:10 +00:00
parent d59310603c
commit 1f4bef43ac
1 changed files with 1 additions and 1 deletions

View File

@ -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.")