Skip to content

Commit

Permalink
Update Lib/test/test_ast.py
Browse files Browse the repository at this point in the history
Co-authored-by: Irit Katriel <[email protected]>
  • Loading branch information
jeremyhylton and iritkatriel authored May 21, 2024
1 parent bdd2d66 commit f9d4c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ def test_compare_fieldless(self):
self.assertTrue(ast.compare(ast.Add(), ast.Add()))
self.assertFalse(ast.compare(ast.Sub(), ast.Add()))

def test_compare_tests(self):
def test_compare_modes(self):
for mode, sources in (
("exec", exec_tests),
("eval", eval_tests),
Expand Down

0 comments on commit f9d4c39

Please sign in to comment.