From cac9b415268a1f2028afda064752cd0e24c1338a Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Sat, 31 Aug 2024 22:05:32 -0300 Subject: [PATCH] Trailing whitespace. --- tests/test_views_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_views_v2.py b/tests/test_views_v2.py index 9591833..1ef3400 100644 --- a/tests/test_views_v2.py +++ b/tests/test_views_v2.py @@ -132,7 +132,7 @@ def test_get_tree_happy_path(self): assert response.json == { "linkode_id": parent.linkode_id, "timestamp": parent.timestamp.isoformat(), - "order": 1, + "order": 1, "children": [ { "linkode_id": child_1.linkode_id,