Fix typo.

This commit is contained in:
Valentin Lorentz 2015-12-21 22:31:40 +01:00
parent 647894b50f
commit acb58d0f14

View File

@ -30,4 +30,4 @@ class SaslTestCase(cases.BaseServerTestCase, cases.OptionalityHelper):
fail_msg='Did not send 900 after correct SASL authentication.') fail_msg='Did not send 900 after correct SASL authentication.')
self.assertEqual(m.params[2], 'jilles', m, self.assertEqual(m.params[2], 'jilles', m,
fail_msg='900 should contain the account name as 3rd argument ' fail_msg='900 should contain the account name as 3rd argument '
'({expected}), not {got}: {msg}') '({expects}), not {got}: {msg}')