Commit 528d9f6e authored by Antoine Pitrou's avatar Antoine Pitrou

Issue #11018: fix a test to not be a no-op in test_bz2.

Found by Nadeem Vawda, reviewed by Brett.
parent 7372a07f
......@@ -86,7 +86,7 @@ class BZ2FileTest(BaseTest):
if not str:
break
text += str
self.assertEqual(text, text)
self.assertEqual(text, self.TEXT)
def testRead100(self):
# "Test BZ2File.read(100)"
......
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