Skip to content

Commit

Permalink
Fixed failing eRSDTransformer test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sliver007 committed Jan 30, 2025
1 parent 3dc6db8 commit eaa742e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void testErsdTransformerManifestElementPresence() throws Exception {
Library manifestLibrary;
manifestLibrary = (Library)outputBundle.getEntry().stream().filter(x -> x.hasResource()
&& x.getResource().fhirType().equals("Library")
&& x.getResource().getId().equals("http://ersd.aimsplatform.org/fhir/Library/SpecificationLibrary")).findFirst().get().getResource();
&& x.getResource().getId().equals("Library/ersd-specification-library")).findFirst().get().getResource();

assertNotNull(manifestLibrary);

Expand Down

0 comments on commit eaa742e

Please sign in to comment.