mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-29 15:49:49 +01:00
test: fix; data -> layer data
This commit is contained in:
@@ -63,7 +63,7 @@ def test_map_simple():
|
||||
assert test_map.tile_sets[1].tiles == {}
|
||||
|
||||
# layers
|
||||
assert test_map.layers[0].data == [
|
||||
assert test_map.layers[0].layer_data == [
|
||||
[1, 2, 3, 4, 5, 6, 7, 8],
|
||||
[9, 10, 11, 12, 13, 14, 15, 16],
|
||||
[17, 18, 19, 20, 21, 22, 23, 24],
|
||||
|
||||
Reference in New Issue
Block a user