diff --git a/irctest/server_tests/test_user_commands.py b/irctest/server_tests/test_user_commands.py index a40ed10..55d6539 100644 --- a/irctest/server_tests/test_user_commands.py +++ b/irctest/server_tests/test_user_commands.py @@ -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)