From 5194e80eb171e77816c65cc550de752a240bd66e Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Sun, 19 Nov 2017 12:19:11 -0500 Subject: [PATCH] Simplify test fixtures data. --- dashboard/fixtures/tests_templatetags.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/fixtures/tests_templatetags.json b/dashboard/fixtures/tests_templatetags.json index c4cd2524..0bbcd9d3 100644 --- a/dashboard/fixtures/tests_templatetags.json +++ b/dashboard/fixtures/tests_templatetags.json @@ -18,9 +18,9 @@ { "child": 1, "time": "2017-11-18T16:00:00Z", - "wet": true, + "wet": false, "solid": true, - "color": "yellow" + "color": "green" } }, { @@ -42,7 +42,7 @@ { "child": 1, "time": "2017-11-17T13:00:00Z", - "wet": true, + "wet": false, "solid": true, "color": "green" }