Fixed a few tests.

This commit is contained in:
Jeremy Fincher 2003-05-29 17:07:45 +00:00
parent 66497f1f4e
commit 0cfde66a7e
1 changed files with 1 additions and 2 deletions

View File

@ -246,8 +246,7 @@ class IrcCallbackTestCase(unittest.TestCase):
for msg in msgs:
doCommandCatcher(self.irc, msg)
commands = map(makeCommand, msgs)
self.assertEqual(doCommandCatcher.L,
list(flatten(zip(commands, commands))))
self.assertEqual(doCommandCatcher.L, commands)
def testFirstCommands(self):
oldconfthrottle = conf.throttleTime