Skip to content

Commit

Permalink
Change expected failure count in test
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Oct 27, 2024
1 parent ad3fc83 commit ada5d7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lychee-bin/tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1652,10 +1652,10 @@ mod cli {
.stderr(contains(
"fixtures/fragments/file1.md#kebab-case-fragment-1",
))
.stdout(contains("15 Total"))
.stdout(contains("12 OK"))
// 3 failures because of missing fragments
.stdout(contains("3 Errors"));
.stdout(contains("21 Total"))
.stdout(contains("17 OK"))
// 4 failures because of missing fragments
.stdout(contains("4 Errors"));
}

#[test]
Expand Down

0 comments on commit ada5d7f

Please sign in to comment.