Removed a test that was left over from the unified Dunno/MoobotFactoids module

This commit is contained in:
Daniel DiPaolo 2003-10-28 06:13:05 +00:00
parent 0a34794a33
commit 63c86ec366
1 changed files with 0 additions and 2 deletions

View File

@ -170,8 +170,6 @@ if sqlite is not None:
self.assertError('delete moo')
self.assertNotError('unlock moo')
self.assertNotError('delete moo')
# if there's a dunno that's just 'moo', this will fail
self.assertRegexp('moo', '^(?!moo).*$')
def testAugmentFactoid(self):
self.assertNotError('moo is foo')