mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Remove invisible character in src/test.py.
This commit is contained in:
parent
dcb25db6e5
commit
b4ad8c228d
@ -304,7 +304,7 @@ class PluginTestCase(SupyTestCase):
|
||||
raise TimeoutError(query)
|
||||
msg = m.args[1]
|
||||
if 'more message' in msg:
|
||||
msg = msg[0:-27] # Strip (XXX more messages)
|
||||
msg = msg[0:-27] # Strip (XXX more messages)
|
||||
self.failUnless(msg in lastGetHelp,
|
||||
'%s is not the help (%s)' % (m.args[1], lastGetHelp))
|
||||
return m
|
||||
|
Loading…
Reference in New Issue
Block a user