tests: fix: Fixed Point ID 3 test

This commit is contained in:
Darren Eberly
2020-06-01 21:20:25 -04:00
parent 3683ce59ce
commit 33010405a1

View File

@@ -313,10 +313,10 @@ POINTS = [
""",
tiled_object.Point(
id=3,
name="name:name: point invisible",
name="name: point invisible",
rotation=0,
type="point",
visible=True,
visible=False,
coordinates=common_types.OrderedPair(109.346368080027, 95.8144822098443),
),
),