Skip to content

Commit

Permalink
test_heapyc.py: Replace assert_ -> assertTrue in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifei1999 committed Jan 16, 2025
1 parent cc77a35 commit b900dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guppy/heapy/test/test_heapyc.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class Der(Set):

# This has failed a couple of times so I remove it now, (apr 5 2008)
# xxx should look into this later ...
#self.assert_(elapsed1 < 3.0 * elapsed0)
#self.assertTrue(elapsed1 < 3.0 * elapsed0)


class TestLeak(support.TestCase):
Expand Down

0 comments on commit b900dbe

Please sign in to comment.