mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-01 09:03:41 +01:00
tests: fix tileset tests to work with new test_data file structure
This commit is contained in:
@@ -5,7 +5,7 @@ from pytiled_parser.common_types import Color, OrderedPair
|
||||
|
||||
EXPECTED = tileset.TileSet(
|
||||
columns=8,
|
||||
image=Path("../../maps/images/tmw_desert_spacing.png"),
|
||||
image=Path("../../images/tmw_desert_spacing.png"),
|
||||
image_height=199,
|
||||
image_width=265,
|
||||
margin=1,
|
||||
|
||||
Reference in New Issue
Block a user