tests: updated expected variable in all expected.py files

This commit is contained in:
Darren Eberly
2020-06-04 21:28:35 -04:00
parent 4c504549c0
commit 107bf406bc
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ from pathlib import Path
from pytiled_parser import tileset
expected = tileset.TileSet(
EXPECTED = tileset.TileSet(
columns=8,
image=Path(r"..\/..\/maps\/images\/tmw_desert_spacing.png"),
image_height=199,

View File

@@ -3,7 +3,7 @@ from pathlib import Path
from pytiled_parser import tileset
from pytiled_parser.common_types import Color
expected = tileset.TileSet(
EXPECTED = tileset.TileSet(
columns=8,
image=Path(r"..\/..\/maps\/images\/tmw_desert_spacing.png"),
image_height=199,

View File

@@ -3,7 +3,7 @@ from pathlib import Path
from pytiled_parser import tileset
from pytiled_parser.common_types import Color
expected = tileset.TileSet(
EXPECTED = tileset.TileSet(
columns=8,
image=Path(r"..\/..\/maps\/images\/tmw_desert_spacing.png"),
image_height=199,

View File

@@ -3,7 +3,7 @@ from pathlib import Path
from pytiled_parser import tileset
from pytiled_parser.common_types import Color
expected = tileset.TileSet(
EXPECTED = tileset.TileSet(
columns=8,
image=Path(r"..\/..\/maps\/images\/tmw_desert_spacing.png"),
image_height=199,