From 0cfde66a7e8d552636c56cca7f6b648b13f7ccaf Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 29 May 2003 17:07:45 +0000 Subject: [PATCH] Fixed a few tests. --- test/test_irclib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_irclib.py b/test/test_irclib.py index 073bd67c0..9e29f497f 100644 --- a/test/test_irclib.py +++ b/test/test_irclib.py @@ -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