mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
test_time: assertEquals => assertEqual
This commit is contained in:
parent
8786d3d0dc
commit
b996f740f2
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ def test_ctime(self):
|
|||
# on some platforms.
|
||||
pass
|
||||
else:
|
||||
self.assertEquals(time.ctime(bigval)[-5:], '10000')
|
||||
self.assertEqual(time.ctime(bigval)[-5:], '10000')
|
||||
|
||||
@unittest.skipIf(not hasattr(time, "tzset"),
|
||||
"time module has no attribute tzset")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue