tests: width and height were reversed

This commit is contained in:
Benjamin Kirkbride
2020-05-30 20:33:31 -04:00
parent e42b7e7532
commit 21281361c0

View File

@@ -23,7 +23,7 @@ RECTANGLES = [
""",
tiled_object.Rectangle(
id_=1,
size=common_types.Size(41.4686825053996, 45.3972945322269),
size=common_types.Size(45.3972945322269, 41.4686825053996),
name="name: rectangle",
rotation=0,
type="rectangle",