fix wrong naming in theme.json
This commit is contained in:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user