mirror of https://github.com/snachodog/mybuddy.git
Simplify test fixtures data.
This commit is contained in:
parent
452ce190ae
commit
5194e80eb1
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue