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