Skip to content

Commit 456219d

Browse files
committed
1 parent a9769b2 commit 456219d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests-integration/integration.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ def test_stats_output():
6565
}
6666
with open("/output/warc2zim.json") as fh:
6767
assert json.loads(fh.read()) == {
68-
"written": 8,
69-
"total": 8,
68+
"written": 7,
69+
"total": 7,
7070
}
7171
with open("/output/stats.json") as fh:
7272
assert json.loads(fh.read()) == {
73-
"done": 8,
74-
"total": 8,
73+
"done": 7,
74+
"total": 7,
7575
"limit": {"max": 0, "hit": False},
7676
}

0 commit comments

Comments
 (0)