Skip to content

Commit

Permalink
fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
duncathan committed Aug 2, 2023
1 parent bd70191 commit 4958435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/echoes/test_full_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_ntsc_paks(prime2_iso_provider, tmp_path, test_files_dir):
output_path=output_path,
configuration=configuration,
)
assert len(list(output_path.rglob("*.pak"))) == 7
assert len(list(output_path.rglob("*.pak"))) == 11


def test_pal_paks(pal_prime2_iso_provider, tmp_path, test_files_dir):
Expand All @@ -22,4 +22,4 @@ def test_pal_paks(pal_prime2_iso_provider, tmp_path, test_files_dir):
output_path=output_path,
configuration=configuration,
)
assert len(list(output_path.rglob("*.pak"))) == 7
assert len(list(output_path.rglob("*.pak"))) == 11

0 comments on commit 4958435

Please sign in to comment.