From 505cca2dea9fc96a9cf00259241539aad109f96a Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Sun, 10 Nov 2024 22:41:03 +0000 Subject: [PATCH] Original test now passing. Issue seems to be fixed --- tests/test_contrib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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