mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-05 19:16:25 +01:00
tests: Added type key to all existing tileset tests
This commit is contained in:
@@ -16,4 +16,5 @@ EXPECTED = tileset.TileSet(
|
||||
tile_width=32,
|
||||
version=1.2,
|
||||
grid=tileset.Grid(orientation="isometric", width=32, height=32),
|
||||
type="tileset",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user