Skip to content

Commit 9d67dd1

Browse files
author
Andrei Neagu
committed
added extra test
1 parent 7ede41a commit 9d67dd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/dynamic-sidecar/tests/unit/test_modules_seven_zip_wrapper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ def _strip_folder_from_path(paths: set[Path], *, to_strip: Path) -> set[Path]:
9393
@pytest.mark.parametrize(
9494
"sub_dirs, files_in_subdirs",
9595
[
96-
pytest.param(50, 40, id="few_items"),
96+
pytest.param(0, 0, id="no_items"),
97+
pytest.param(5, 4, id="few_items"),
9798
],
9899
)
99100
async def test_ensure_same_interface_as_unarchive_dir(

0 commit comments

Comments
 (0)