From acb58d0f1448d8c0d6027665639f1a3d76371c57 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 21 Dec 2015 22:31:40 +0100 Subject: [PATCH] Fix typo. --- irctest/server_tests/test_registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irctest/server_tests/test_registration.py b/irctest/server_tests/test_registration.py index 666740b..1011c80 100644 --- a/irctest/server_tests/test_registration.py +++ b/irctest/server_tests/test_registration.py @@ -30,4 +30,4 @@ class SaslTestCase(cases.BaseServerTestCase, cases.OptionalityHelper): fail_msg='Did not send 900 after correct SASL authentication.') self.assertEqual(m.params[2], 'jilles', m, fail_msg='900 should contain the account name as 3rd argument ' - '({expected}), not {got}: {msg}') + '({expects}), not {got}: {msg}')