We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9def81a commit 991b02dCopy full SHA for 991b02d
1 file changed
Lib/test/test_logging.py
@@ -1613,7 +1613,7 @@ def test_config_set_handler_names(self):
1613
format=%(levelname)s ++ %(message)s
1614
"""
1615
self.apply_config(test_config)
1616
- self.assertEquals(logging.getLogger().handlers[0].name, 'hand1')
+ self.assertEqual(logging.getLogger().handlers[0].name, 'hand1')
1617
1618
def test_defaults_do_no_interpolation(self):
1619
"""bpo-33802 defaults should not get interpolated"""
0 commit comments