Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Oct 13, 2024
1 parent d4e5c79 commit 91ee339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lychee-bin/tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ mod cli {
.env_clear()
.assert()
.success()
.stdout(contains("4 Total"))
.stdout(contains("4 OK"));
.stdout(contains("3 Total"))
.stdout(contains("3 OK"));
}

#[test]
Expand Down

0 comments on commit 91ee339

Please sign in to comment.