mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
fix name
This commit is contained in:
parent
3bb6b7a5cd
commit
f3abcc9d3c
1 changed files with 1 additions and 1 deletions
|
@ -2393,7 +2393,7 @@ class Test_TestCase(TestCase, TestEquality, TestHashing):
|
||||||
msg='foo')
|
msg='foo')
|
||||||
|
|
||||||
# The fact that dictionaries are unorderable breaks this test for them.
|
# The fact that dictionaries are unorderable breaks this test for them.
|
||||||
@expectedFailure
|
@unittest.expectedFailure
|
||||||
def testEquality(self):
|
def testEquality(self):
|
||||||
self.assertListEqual([], [])
|
self.assertListEqual([], [])
|
||||||
self.assertTupleEqual((), ())
|
self.assertTupleEqual((), ())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue