diff --git a/test/integration.py b/test/integration.py index 4cfd0d0..ca5a2dc 100644 --- a/test/integration.py +++ b/test/integration.py @@ -59,12 +59,12 @@ def test_stats_output(): } with open("/output/warc2zim.json") as fh: assert json.loads(fh.read()) == { - "written": 9, - "total": 9, + "written": 10, + "total": 10, } with open("/output/stats.json") as fh: assert json.loads(fh.read()) == { - "done": 9, - "total": 9, + "done": 10, + "total": 10, "limit": {"max": 0, "hit": False}, }