Skip to content

Commit

Permalink
test(dotnet): update test for resource map generation
Browse files Browse the repository at this point in the history
  • Loading branch information
krvital committed Oct 16, 2024
1 parent 5a8f654 commit bffc4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/aidbox_sdk/generator/dotnet_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@

(deftest test-generate-resource-map
(is
(= ["{ typeof(Aidbox.FHIR.Aidbox.FHIR.R4.Core.Observation), \"Observation\"}"
"{ typeof(Aidbox.FHIR.Aidbox.FHIR.Uv.Sdc.SdcQuestionLibrary), \"SdcQuestionLibrary\"}"]
(= ["{ typeof(Aidbox.FHIR.R4.Core.Observation), \"Observation\"}"
"{ typeof(Aidbox.FHIR.Uv.Sdc.SdcQuestionLibrary), \"SdcQuestionLibrary\"}"]
(gen.dotnet/generate-resource-map [{:package "hl7.fhir.uv.sdc",
:name "Demographics",
:id "sdc-question-library"
Expand Down

0 comments on commit bffc4f9

Please sign in to comment.