mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 06:32:03 +02:00
Original test now passing. Issue seems to be fixed
This commit is contained in:
parent
7906842a16
commit
505cca2dea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user