Skip to content

Commit

Permalink
fix(tests): change output count
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle authored and laurent-laporte-pro committed Jun 25, 2024
1 parent 9a7e67b commit f11baf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage/integration/test_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_export_flat(
assert export_output_path.exists()
files = set(export_output_path.iterdir())
if output_list is None:
assert len(files) == 5
assert len(files) == 6
elif len(output_list) == 0:
assert not files
else:
Expand Down

0 comments on commit f11baf7

Please sign in to comment.