mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
Fix previous commit.
This commit is contained in:
parent
2233d93711
commit
3d4f6502d8
@ -292,7 +292,7 @@ class IrcStateTestCase(SupyTestCase):
|
||||
self.assertEqual(state.supported['umodes'],
|
||||
frozenset('CDGPRSabcdfgiklnorsuwxyz'))
|
||||
self.assertEqual(state.supported['chanmodes'],
|
||||
'biklmnopstveI')
|
||||
frozenset('biklmnopstveI'))
|
||||
|
||||
def testEmptyTopic(self):
|
||||
state = irclib.IrcState()
|
||||
|
Loading…
Reference in New Issue
Block a user