Fix race condition on Ergo

This commit is contained in:
2023-02-11 22:26:23 +01:00
parent 00562ff82d
commit 6815dd238b

View File

@ -33,6 +33,7 @@ class Utf8TestCase(cases.BaseServerTestCase):
raise runner.IsupportTokenNotSupported("UTF8ONLY")
self.sendLine(1, "PRIVMSG bar hi")
self.getMessages(1) # synchronize
ms = self.getMessages(2)
self.assertMessageMatch(
[m for m in ms if m.command == "PRIVMSG"][0], params=["bar", "hi"]