From 69f05476caa90371fde9ff24fece53bc8e6d9765 Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Sun, 31 May 2020 00:29:38 -0400 Subject: [PATCH] tests: fix: invisible ellipse fixed test --- tests/test_tiled_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tiled_object.py b/tests/test_tiled_object.py index 26624c7..c7b677e 100644 --- a/tests/test_tiled_object.py +++ b/tests/test_tiled_object.py @@ -54,7 +54,7 @@ ELLIPSES = [ name="name: ellipse - invisible", rotation=0, type="ellipse", - visible=True, + visible=False, coordinates=common_types.OrderedPair(22.6986472661134, 53.9092872570194), ), ),