Skip to content

Commit

Permalink
tests: Fix broken ruff.yml test
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed May 21, 2023
1 parent 8b11b4f commit e67ea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/checkers/test-cases/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ tests:
lints:
- point: [1, 11]
level: warning
message: "E999 SyntaxError: invalid syntax. Got unexpected token 'should' (ruff)"
message: "E999 SyntaxError: unexpected token 'should' (ruff)"

0 comments on commit e67ea6d

Please sign in to comment.