From aac2400f85e14fbf8de97ecfae13d4b027a50722 Mon Sep 17 00:00:00 2001 From: John Merlie Date: Sun, 2 Jul 2023 12:19:49 -0400 Subject: [PATCH] modified pumping test data for start/end/duration --- babybuddy/fixtures/tests.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/babybuddy/fixtures/tests.json b/babybuddy/fixtures/tests.json index de8026c6..d397f015 100644 --- a/babybuddy/fixtures/tests.json +++ b/babybuddy/fixtures/tests.json @@ -21,14 +21,29 @@ "picture": "" } }, - { + { "model": "core.pumping", "pk": 1, "fields": { "child": 1, - "amount": 50.0, - "time": "2017-11-17T17:52:00Z", + "amount": 5.0, + "start": "2017-11-17T17:52:00Z", + "end": "2017-11-17T17:59:00Z", + "duration": "00:07:00", + "notes": "new device" + } + }, + { + "model": "core.pumping", + "pk": 2, + "fields": + { + "child": 1, + "amount": 9.0, + "start": "2017-11-17T20:03:00Z", + "end": "2017-11-17T20:22:00Z", + "duration": "00:19:00", "notes": "new device" } },