diff --git a/src/test_images_job/test_wpp.py b/src/test_images_job/test_wpp.py index f976653..f12b1fa 100644 --- a/src/test_images_job/test_wpp.py +++ b/src/test_images_job/test_wpp.py @@ -76,7 +76,6 @@ def test_image_size(working_path, manifest): assert w >= h, "✖ Image orientation is portrait (must be landscape or square)" # print(f"✔ Images are big enough ({w}×{h}) and landscape.") - def test_overlapping_images(manifest): jointed_lists = manifest.get("dayImageList") jointed_lists.extend(manifest.get("nightImageList")) diff --git a/test/valid_set/theme.json b/test/valid_set/theme.json index c5cba62..24eadf2 100644 --- a/test/valid_set/theme.json +++ b/test/valid_set/theme.json @@ -1,5 +1,5 @@ { - "imageFilename": "bl2_eridium_badlands_*.jpg", + "imageFilename": "bl2_eridum_badlands_*.jpg", "imageCredits": "Gearbox", "displayName": "", "dayHighlight": 1,