mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 20:41:18 -05:00
tests: Fix self.assertRaises(KeyError) for nickToAccount
This commit is contained in:
parent
448d9771f8
commit
3018982d5a
@ -586,6 +586,7 @@ class IrcStateTestCase(SupyTestCase):
|
||||
st.addMsg(self.irc, ircmsgs.join('#foo', prefix='bar!baz@qux'))
|
||||
with self.assertRaises(KeyError):
|
||||
st.nickToAccount('foo')
|
||||
with self.assertRaises(KeyError):
|
||||
st.nickToAccount('bar')
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user