fix race condition in #245 (#246)

This commit is contained in:
Shivaram Lingamneni 2023-12-24 01:11:29 -05:00 committed by GitHub
parent 032d0e32de
commit 6425e707ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,7 @@ class ErgoUtf8NickEnabledTestCase(cases.BaseServerTestCase):
self.joinChannel(2, "#test")
self.sendLine(1, "PRIVMSG #test :hi there")
self.getMessages(1)
self.assertMessageMatch(
self.getMessage(2), nick="ıl", params=["#test", "hi there"]
)