Skip to content

Commit

Permalink
Original test now passing. Issue seems to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Nov 10, 2024
1 parent 7906842 commit 505cca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_contrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 505cca2

Please sign in to comment.