This commit is contained in:
Thomas Zahner 2025-07-18 18:50:51 +02:00
parent c68e15fba3
commit ea415c8db4

View file

@ -1928,9 +1928,9 @@ mod cli {
"https://raw.githubusercontent.com/lycheeverse/lychee/master/fixtures/fragments/zero.bin#fragment", "https://raw.githubusercontent.com/lycheeverse/lychee/master/fixtures/fragments/zero.bin#fragment",
)) ))
.stdout(contains("42 Total")) .stdout(contains("42 Total"))
.stdout(contains("30 OK")) .stdout(contains("31 OK"))
// Failures because of missing fragments or failed binary body scan // Failures because of missing fragments or failed binary body scan
.stdout(contains("12 Errors")); .stdout(contains("11 Errors"));
} }
#[test] #[test]