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 <1055913+iritkatriel@users.noreply.github.com>
  • Loading branch information
jeremyhylton and iritkatriel committed May 21, 2024
1 parent f9d4c39 commit ed0cddd
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 @@ -1168,7 +1168,7 @@ def test_compare_modes(self):
ast.compare(a, b), f"{ast.dump(a)} != {ast.dump(b)}"
)

def test_compare_options(self):
def test_compare_attributes_option(self):
def parse(a, b):
return ast.parse(a), ast.parse(b)

Expand Down

0 comments on commit ed0cddd

Please sign in to comment.