Skip to content

Commit

Permalink
fix range test
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Dec 29, 2023
1 parent 9beacb2 commit 31791b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/syntax/test_for_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def foo():
""",
StructureException,
"Bound must be at least 1",
"FOO",
"-1",
),
]

Expand Down

0 comments on commit 31791b2

Please sign in to comment.