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