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"))
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"imageFilename": "bl2_eridium_badlands_*.jpg",
|
||||
"imageFilename": "bl2_eridum_badlands_*.jpg",
|
||||
"imageCredits": "Gearbox",
|
||||
"displayName": "",
|
||||
"dayHighlight": 1,
|
||||
|
Reference in New Issue
Block a user