Skip to content

Commit

Permalink
fix search param parse test
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyfalafel committed Apr 25, 2023
1 parent 895f8d2 commit 20ab056
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/zen/fhir/search_parameter/fhirpath_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ Bundle.entry[0].resource
(sut/fhirpath->knife "QuestionnaireResponse.item.where(hasExtension('http://hl7.org/fhir/StructureDefinition/questionnaireresponse-isSubject')).answer.value.ofType(Reference)")))


(t/is (= #_{"Bundle" [["entry" 0 "resource"]]}
nil
(t/is (= {"Bundle" [["entry" 0 "resource"]]}
(sut/fhirpath->knife "Bundle.entry[0].resource"))))


Expand Down

0 comments on commit 20ab056

Please sign in to comment.