Regenerate R4 examples with refactored validate methods #648
sdk-tests.yml
on: push
Matrix: test-csharp-sdk
Matrix: test-mustache-java-r4-example
Matrix: test-python-fhirpy-sdk-test
Matrix: test-python-sdk-test
Matrix: test-typescript-ccda-example
Matrix: test-typescript-sdk-r4
Matrix: test-typescript-us-core-example
Annotations
2 errors
|
test-typescript-sdk-r4 (latest)
Process completed with exit code 2.
|
|
error: expect(received).toEqual(expected):
examples/typescript-r4/profile-bp.test.ts#L34
[
- "effective: at least one of effectiveDateTime, effectivePeriod is required",
+ "observation-bp: at least one of effectiveDateTime, effectivePeriod is required",
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/codegen/codegen/examples/typescript-r4/profile-bp.test.ts:34:24)
|