Skip to content

Commit

Permalink
Fix expected error message string.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Oct 18, 2024
1 parent c306c40 commit ea0340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ jobs:
- name: Check output
run: |
cd semver
EXPECTED="$(echo -e "error: rustc version is not high enough: >=1.77.0 needed, got 1.76.0")"
EXPECTED="$(echo -e "error: rustc version is not high enough: >=1.80.0 needed, got 1.79.0")"
RESULT="$(cat output | grep 'error: rustc version')"
diff <(echo "$RESULT") <(echo "$EXPECTED")
Expand Down

0 comments on commit ea0340e

Please sign in to comment.