#9424: Replace deprecated assert* methods in the Python test suite.
diff --git a/Lib/test/test_time.py b/Lib/test/test_time.py
index fbf07eb..eaa4e83 100644
--- a/Lib/test/test_time.py
+++ b/Lib/test/test_time.py
@@ -97,7 +97,7 @@
         # based on its value.
         expected = "2000 01 01 00 00 00 1 001"
         result = time.strftime("%Y %m %d %H %M %S %w %j", (0,)*9)
-        self.assertEquals(expected, result)
+        self.assertEqual(expected, result)
 
     def test_strptime(self):
         # Should be able to go round-trip from strftime to strptime without