Skip to content

Commit

Permalink
tests.models_file - adjust arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Nov 27, 2024
1 parent 7445252 commit 725f57f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_models_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def test_original_file(
test_files: Path,
test_files_data: dict[str, dict],
siegfried: Siegfried,
actions: dict[str, Action],
custom_signatures: list[CustomSignature],
actions: dict[str, Action],
) -> None:
for filename, filedata in test_files_data.items():
uuid = uuid4()
Expand All @@ -80,8 +80,8 @@ def test_original_file(
test_files / filename,
test_folder,
siegfried,
actions,
custom_signatures,
actions,
uuid,
parent,
processed,
Expand Down Expand Up @@ -128,8 +128,8 @@ def test_master_file(
test_files: Path,
test_files_data: dict[str, dict],
siegfried: Siegfried,
actions: dict[str, Action],
custom_signatures: list[CustomSignature],
actions: dict[str, Action],
) -> None:
master_actions: dict[str, MasterConvertAction] = {
p: MasterConvertAction(name=a.name, access=a.convert, statutory=a.convert)
Expand Down

0 comments on commit 725f57f

Please sign in to comment.