Skip to content

Commit bffc4f9

Browse files
committed
test(dotnet): update test for resource map generation
1 parent 5a8f654 commit bffc4f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/aidbox_sdk/generator/dotnet_test.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@
193193

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

0 commit comments

Comments
 (0)