mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
fix a race in testInvisibleWhois
This commit is contained in:
@ -39,7 +39,7 @@ class InvisibleTestCase(cases.BaseServerTestCase):
|
||||
def testInvisibleWhois(self):
|
||||
"""Test interaction between MODE +i and RPL_WHOISCHANNELS."""
|
||||
self.connectClient('userOne')
|
||||
self.sendLine(1, 'JOIN #xyz')
|
||||
self.joinChannel(1, '#xyz')
|
||||
|
||||
self.connectClient('userTwo')
|
||||
self.getMessages(2)
|
||||
|
Reference in New Issue
Block a user