mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 23:39:46 +00:00
Fix typo.
This commit is contained in:
@ -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}')
|
||||
|
Reference in New Issue
Block a user