From ea415c8db4597c383f88b5fc9894fd86a7245494 Mon Sep 17 00:00:00 2001 From: Thomas Zahner Date: Fri, 18 Jul 2025 18:50:51 +0200 Subject: [PATCH] Fix test --- lychee-bin/tests/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lychee-bin/tests/cli.rs b/lychee-bin/tests/cli.rs index e23e59e..78c6938 100644 --- a/lychee-bin/tests/cli.rs +++ b/lychee-bin/tests/cli.rs @@ -1928,9 +1928,9 @@ mod cli { "https://raw.githubusercontent.com/lycheeverse/lychee/master/fixtures/fragments/zero.bin#fragment", )) .stdout(contains("42 Total")) - .stdout(contains("30 OK")) + .stdout(contains("31 OK")) // Failures because of missing fragments or failed binary body scan - .stdout(contains("12 Errors")); + .stdout(contains("11 Errors")); } #[test]