mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
I wonder what made my commit that in the first place.
This commit is contained in:
parent
619b604cd0
commit
c9360c3990
@ -275,12 +275,6 @@ class IrcStateTestCase(SupyTestCase):
|
|||||||
self.assertEqual(state, state.copy())
|
self.assertEqual(state, state.copy())
|
||||||
|
|
||||||
def testCopyCopiesChannels(self):
|
def testCopyCopiesChannels(self):
|
||||||
state = irclib.IrcState()
|
|
||||||
stateCopy = copy.copy(state)
|
|
||||||
state.channels['#foo'] = None
|
|
||||||
self.failIf('#foo' in stateCopy.channels)
|
|
||||||
|
|
||||||
def testCopyCopiesChannels2(self):
|
|
||||||
state = irclib.IrcState()
|
state = irclib.IrcState()
|
||||||
stateCopy = state.copy()
|
stateCopy = state.copy()
|
||||||
state.channels['#foo'] = None
|
state.channels['#foo'] = None
|
||||||
|
Loading…
Reference in New Issue
Block a user