Skip to content

Commit

Permalink
Fix race condition on Ergo
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Feb 11, 2023
1 parent 00562ff commit 6815dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irctest/server_tests/utf8.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def testUtf8Validation(self):
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"]
Expand Down

0 comments on commit 6815dd2

Please sign in to comment.