Skip to content

Commit 8ee1195

Browse files
committed
update tests for new start&end fields
1 parent 56adac2 commit 8ee1195

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/fixtures/nutrition/nutritional_plan_detail_response.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"id": 1,
33
"creation_date": "2022-08-09",
44
"description": "",
5+
"start": "2022-08-01",
6+
"end": null,
57
"only_logging": false,
68
"goal_energy": null,
79
"goal_protein": null,

test/fixtures/nutrition/nutritional_plan_info_detail_response.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"id": 92547,
33
"creation_date": "2024-04-01",
44
"description": "first real cut",
5+
"start": "2024-04-01",
6+
"end": null,
57
"only_logging": false,
68
"goal_energy": 1600,
79
"goal_protein": 150,

0 commit comments

Comments
 (0)