From 4428283de5dcb83219e0e86e03b000fe90c86b50 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 21 Dec 2015 22:50:47 +0100 Subject: [PATCH] Fix typo. --- irctest/server_tests/test_connection_registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irctest/server_tests/test_connection_registration.py b/irctest/server_tests/test_connection_registration.py index 73b5e18..aa9af75 100644 --- a/irctest/server_tests/test_connection_registration.py +++ b/irctest/server_tests/test_connection_registration.py @@ -46,7 +46,7 @@ class PasswordedConnectionRegistrationTestCase(cases.BaseServerTestCase): self.sendLine(1, 'PASS {}'.format(self.password)) m = self.getRegistrationMessage(1) self.assertNotEqual(m.command, '001', - 'Got 001 NICK+USER but incorrect PASS') + 'Got 001 after NICK+USER but incorrect PASS') class ConnectionRegistrationTestCase(cases.BaseServerTestCase): def testQuitDisconnects(self):