mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 19:52:54 +01:00
Fixed a few tests.
This commit is contained in:
parent
66497f1f4e
commit
0cfde66a7e
@ -246,8 +246,7 @@ class IrcCallbackTestCase(unittest.TestCase):
|
|||||||
for msg in msgs:
|
for msg in msgs:
|
||||||
doCommandCatcher(self.irc, msg)
|
doCommandCatcher(self.irc, msg)
|
||||||
commands = map(makeCommand, msgs)
|
commands = map(makeCommand, msgs)
|
||||||
self.assertEqual(doCommandCatcher.L,
|
self.assertEqual(doCommandCatcher.L, commands)
|
||||||
list(flatten(zip(commands, commands))))
|
|
||||||
|
|
||||||
def testFirstCommands(self):
|
def testFirstCommands(self):
|
||||||
oldconfthrottle = conf.throttleTime
|
oldconfthrottle = conf.throttleTime
|
||||||
|
Loading…
Reference in New Issue
Block a user