Commit f3abcc9d authored by Benjamin Peterson's avatar Benjamin Peterson

fix name

parent 3bb6b7a5
......@@ -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((), ())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment