We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8f654 commit bffc4f9Copy full SHA for bffc4f9
test/aidbox_sdk/generator/dotnet_test.clj
@@ -193,8 +193,8 @@
193
194
(deftest test-generate-resource-map
195
(is
196
- (= ["{ typeof(Aidbox.FHIR.Aidbox.FHIR.R4.Core.Observation), \"Observation\"}"
197
- "{ typeof(Aidbox.FHIR.Aidbox.FHIR.Uv.Sdc.SdcQuestionLibrary), \"SdcQuestionLibrary\"}"]
+ (= ["{ typeof(Aidbox.FHIR.R4.Core.Observation), \"Observation\"}"
+ "{ typeof(Aidbox.FHIR.Uv.Sdc.SdcQuestionLibrary), \"SdcQuestionLibrary\"}"]
198
(gen.dotnet/generate-resource-map [{:package "hl7.fhir.uv.sdc",
199
:name "Demographics",
200
:id "sdc-question-library"
0 commit comments