Skip to content

Commit

Permalink
fix precision problem in sql-on-fhir tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Sep 9, 2024
1 parent b05bd12 commit c65b5e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sql-on-fhir/fn_boundary.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"expect": [
{
"id": "o1",
"decimal": 0.95
"decimal": 0.95000000
},
{
"id": "o2",
Expand Down Expand Up @@ -112,7 +112,7 @@
"expect": [
{
"id": "o1",
"decimal": 1.05
"decimal": 1.05000000
},
{
"id": "o2",
Expand Down Expand Up @@ -226,7 +226,7 @@
{
"name": "date",
"path": "birthDate.lowBoundary()",
"type": "date"
"type": "dateTime"
}
]
}
Expand Down Expand Up @@ -255,7 +255,7 @@
{
"name": "date",
"path": "birthDate.highBoundary()",
"type": "date"
"type": "dateTime"
}
]
}
Expand Down

0 comments on commit c65b5e5

Please sign in to comment.