mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Fix typo in 5f94da8660
.
This commit is contained in:
parent
45bf9db03c
commit
19708c55cc
@ -285,7 +285,6 @@ class PluginTestCase(SupyTestCase):
|
|||||||
m = self._feedMsg(query, **kwargs)
|
m = self._feedMsg(query, **kwargs)
|
||||||
if m is None:
|
if m is None:
|
||||||
raise TimeoutError, query
|
raise TimeoutError, query
|
||||||
self.failUnless(lastGetHelp in m.args[1],
|
|
||||||
msg = m.args[1]
|
msg = m.args[1]
|
||||||
if 'more message' in msg:
|
if 'more message' in msg:
|
||||||
msg = msg[0:-27] # Strip (XXX more messages)
|
msg = msg[0:-27] # Strip (XXX more messages)
|
||||||
|
Loading…
Reference in New Issue
Block a user