Skip to content

Commit

Permalink
fixed a polymorphic's type in the constant test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngwarr committed Feb 26, 2024
1 parent 587f6e4 commit 54c34ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sof-js/tests/5_constants.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ describe("constant", () => {
view: {
resource: 'Patient',
status: 'active',
constant: [{ name: "is_deceased", valueInteger: true }],
constant: [{ name: "is_deceased", valueBoolean: true }],
select: [
{
column: [{ name: "id", path: "id" }]
Expand Down
2 changes: 1 addition & 1 deletion tests/constant.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"constant": [
{
"name": "is_deceased",
"valueInteger": true
"valueBoolean": true
}
],
"select": [
Expand Down

0 comments on commit 54c34ea

Please sign in to comment.