Skip to content

Commit

Permalink
fix(tests): update the expected output in cli tests (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored Jan 28, 2024
1 parent 6306883 commit b882a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee-bin/tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ mod cli {
.stdout(contains(
"✗ [404] https://github.com/mre/idiomatic-rust-doesnt-exist-man | Failed: Network error: Not Found"
))
.stdout(contains(
.stderr(contains(
"There were issues with Github URLs. You could try setting a Github token and running lychee again.",
));
}
Expand Down

0 comments on commit b882a14

Please sign in to comment.