mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-30 08:08:55 +01:00
tests: Added type key to all existing tileset tests
This commit is contained in:
@@ -17,4 +17,5 @@ EXPECTED = tileset.TileSet(
|
||||
tile_width=32,
|
||||
version=1.2,
|
||||
tile_offset=OrderedPair(3, 5),
|
||||
type="tileset",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user