diff --git a/tests/test_contrib.py b/tests/test_contrib.py index efb0531..b335349 100644 --- a/tests/test_contrib.py +++ b/tests/test_contrib.py @@ -38,5 +38,5 @@ def test_files_negative_dimensions_are_not_allowed( ) assert result.exit_code == 0 assert results_dir.exists() - assert len(list(results_dir.glob("*.csv"))) == 3 - assert len(list(results_dir.glob("*.json"))) == 3 + assert len(list(results_dir.glob("*.csv"))) == 5 + assert len(list(results_dir.glob("*.json"))) == 5