Simplify test fixtures data.

This commit is contained in:
Christopher Charbonneau Wells 2017-11-19 12:19:11 -05:00
parent 452ce190ae
commit 5194e80eb1
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@
{ {
"child": 1, "child": 1,
"time": "2017-11-18T16:00:00Z", "time": "2017-11-18T16:00:00Z",
"wet": true, "wet": false,
"solid": true, "solid": true,
"color": "yellow" "color": "green"
} }
}, },
{ {
@ -42,7 +42,7 @@
{ {
"child": 1, "child": 1,
"time": "2017-11-17T13:00:00Z", "time": "2017-11-17T13:00:00Z",
"wet": true, "wet": false,
"solid": true, "solid": true,
"color": "green" "color": "green"
} }