fix name
This commit is contained in:
parent
3bb6b7a5cd
commit
f3abcc9d3c
|
@ -2393,7 +2393,7 @@ class Test_TestCase(TestCase, TestEquality, TestHashing):
|
|||
msg='foo')
|
||||
|
||||
# The fact that dictionaries are unorderable breaks this test for them.
|
||||
@expectedFailure
|
||||
@unittest.expectedFailure
|
||||
def testEquality(self):
|
||||
self.assertListEqual([], [])
|
||||
self.assertTupleEqual((), ())
|
||||
|
|
Loading…
Reference in New Issue