Fix typo.

This commit is contained in:
Valentin Lorentz 2015-12-21 22:50:47 +01:00
parent ac0df9d941
commit 4428283de5

View File

@ -46,7 +46,7 @@ class PasswordedConnectionRegistrationTestCase(cases.BaseServerTestCase):
self.sendLine(1, 'PASS {}'.format(self.password)) self.sendLine(1, 'PASS {}'.format(self.password))
m = self.getRegistrationMessage(1) m = self.getRegistrationMessage(1)
self.assertNotEqual(m.command, '001', self.assertNotEqual(m.command, '001',
'Got 001 NICK+USER but incorrect PASS') 'Got 001 after NICK+USER but incorrect PASS')
class ConnectionRegistrationTestCase(cases.BaseServerTestCase): class ConnectionRegistrationTestCase(cases.BaseServerTestCase):
def testQuitDisconnects(self): def testQuitDisconnects(self):