From 49584351759df083c4ef7c08c36ac402d7891a1a Mon Sep 17 00:00:00 2001 From: duncathan Date: Wed, 2 Aug 2023 14:30:14 -0600 Subject: [PATCH] fix test again --- tests/echoes/test_full_patch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/echoes/test_full_patch.py b/tests/echoes/test_full_patch.py index 7965839..29071bc 100644 --- a/tests/echoes/test_full_patch.py +++ b/tests/echoes/test_full_patch.py @@ -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): @@ -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