mirror of
https://github.com/progval/irctest.git
synced 2025-04-07 07:49:52 +00:00
Fix race condition on Ergo
This commit is contained in:
@ -33,6 +33,7 @@ class Utf8TestCase(cases.BaseServerTestCase):
|
|||||||
raise runner.IsupportTokenNotSupported("UTF8ONLY")
|
raise runner.IsupportTokenNotSupported("UTF8ONLY")
|
||||||
|
|
||||||
self.sendLine(1, "PRIVMSG bar hi")
|
self.sendLine(1, "PRIVMSG bar hi")
|
||||||
|
self.getMessages(1) # synchronize
|
||||||
ms = self.getMessages(2)
|
ms = self.getMessages(2)
|
||||||
self.assertMessageMatch(
|
self.assertMessageMatch(
|
||||||
[m for m in ms if m.command == "PRIVMSG"][0], params=["bar", "hi"]
|
[m for m in ms if m.command == "PRIVMSG"][0], params=["bar", "hi"]
|
||||||
|
Reference in New Issue
Block a user