Skip to content

Commit

Permalink
fix race condition in progval#245 (progval#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Dec 24, 2023
1 parent 032d0e3 commit 6425e70
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 @@ -103,6 +103,7 @@ def testUtf8NonAsciiNick(self):
self.joinChannel(2, "#test")

self.sendLine(1, "PRIVMSG #test :hi there")
self.getMessages(1)
self.assertMessageMatch(
self.getMessage(2), nick="Işıl", params=["#test", "hi there"]
)
Expand Down

0 comments on commit 6425e70

Please sign in to comment.