mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
tests: s/TILE_IMAGES/TILES
This commit is contained in:
@@ -322,7 +322,7 @@ POINTS = [
|
||||
),
|
||||
]
|
||||
|
||||
TILE_IMAGES = [
|
||||
TILES = [
|
||||
(
|
||||
"""
|
||||
{
|
||||
@@ -1053,7 +1053,7 @@ TEXTS = [
|
||||
),
|
||||
]
|
||||
|
||||
OBJECTS = ELLIPSES + RECTANGLES + POINTS + TILE_IMAGES + POLYGONS + POLYLINES + TEXTS
|
||||
OBJECTS = ELLIPSES + RECTANGLES + POINTS + TILES + POLYGONS + POLYLINES + TEXTS
|
||||
|
||||
|
||||
@pytest.mark.parametrize("raw_object_json,expected", OBJECTS)
|
||||
|
||||
Reference in New Issue
Block a user