mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-30 16:18:52 +01:00
rf: change line length to 88 chars
This commit is contained in:
@@ -56,9 +56,7 @@ def test_map_simple():
|
||||
assert map.tile_sets[1].properties == None
|
||||
|
||||
# unsure how to get paths to compare propperly
|
||||
assert str(map.tile_sets[1].image.source) == (
|
||||
"images/tmw_desert_spacing.png"
|
||||
)
|
||||
assert str(map.tile_sets[1].image.source) == ("images/tmw_desert_spacing.png")
|
||||
assert map.tile_sets[1].image.trans == None
|
||||
assert map.tile_sets[1].image.size == (265, 199)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user