From 93f603557adf996745663898d7901a9ea395a180 Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Sat, 30 May 2020 20:51:11 -0400 Subject: [PATCH] tests: Ben is fickle when it comes to json formatting --- tests/test_tiled_object.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/test_tiled_object.py b/tests/test_tiled_object.py index 72d7c99..d1b4e7f 100644 --- a/tests/test_tiled_object.py +++ b/tests/test_tiled_object.py @@ -11,7 +11,8 @@ ELLIPSES = [] RECTANGLES = [ ( """ - {"height":41.4686825053996, + { + "height":41.4686825053996, "id":1, "name":"name: rectangle", "rotation":0, @@ -19,7 +20,8 @@ RECTANGLES = [ "visible":true, "width":45.3972945322269, "x":27.7185404115039, - "y":23.571672160964} + "y":23.571672160964 + } """, tiled_object.Rectangle( id_=1, @@ -36,7 +38,8 @@ RECTANGLES = [ POINTS = [ ( """ - {"height":0, + { + "height":0, "id":2, "name":"name: point", "point":true, @@ -45,7 +48,8 @@ POINTS = [ "visible":true, "width":0, "x":159.981811981357, - "y":82.9373650107991} + "y":82.9373650107991 + } """, { "height": 0,