Fix previous commit.

This commit is contained in:
Valentin Lorentz 2014-08-04 22:16:34 +02:00
parent 2233d93711
commit 3d4f6502d8
1 changed files with 1 additions and 1 deletions

View File

@ -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()