Skip to content

Commit

Permalink
Merge pull request #215 from rcpch/mbarton/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
mbarton authored Jul 10, 2024
2 parents d56067a + 3d71242 commit b8d234e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_data/test_ukwho_fictional_child_data_valid.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"observation_date": "1759-04-11",
"chronological_decimal_age": 0.0,
"corrected_decimal_age": 0.0,
"chronological_calendar_age": "Happy Birthday",
"corrected_calendar_age": "Happy Birthday",
"chronological_calendar_age": "Birth date",
"corrected_calendar_age": "Birth date",
"corrected_gestational_age": {
"corrected_gestation_weeks": 40,
"corrected_gestation_days": 0
Expand Down Expand Up @@ -59,7 +59,7 @@
"bone_age_centile": null,
"observation_error": null,
"age_type": "chronological_age",
"calendar_age": "Happy Birthday",
"calendar_age": "Birth date",
"lay_comment": "Your child was born on their due date.",
"clinician_comment": "Born Term. No correction has been made for gestation.",
"age_error": null,
Expand All @@ -79,7 +79,7 @@
"bone_age_centile": null,
"observation_error": null,
"age_type": "corrected_age",
"calendar_age": "Happy Birthday",
"calendar_age": "Birth date",
"corrected_gestational_age": "40 + 0 weeks",
"lay_comment": "Your child was born on their due date.",
"clinician_comment": "Born at term. No correction has been made for gestation.",
Expand All @@ -102,7 +102,7 @@
"bone_age_centile": null,
"observation_error": null,
"age_type": "chronological_age",
"calendar_age": "Happy Birthday",
"calendar_age": "Birth date",
"lay_comment": "Your child was born on their due date.",
"clinician_comment": "Born Term. No correction has been made for gestation.",
"age_error": null,
Expand All @@ -122,7 +122,7 @@
"bone_age_centile": null,
"observation_error": null,
"age_type": "corrected_age",
"calendar_age": "Happy Birthday",
"calendar_age": "Birth date",
"corrected_gestational_age": "40 + 0 weeks",
"lay_comment": "Your child was born on their due date.",
"clinician_comment": "Born at term. No correction has been made for gestation.",
Expand Down

0 comments on commit b8d234e

Please sign in to comment.