Skip to content

Commit

Permalink
testInviteAlreadyInChannel: Fix synchronization
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Aug 29, 2023
1 parent 10e07aa commit 653d818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irctest/server_tests/invite.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ def testInviteAlreadyInChannel(self):
self.getMessages(2)

self.sendLine(1, "JOIN #chan")
self.sendLine(2, "JOIN #chan")
self.getMessages(1)
self.sendLine(2, "JOIN #chan")
self.getMessages(2)
self.getMessages(1)

Expand Down

0 comments on commit 653d818

Please sign in to comment.