Skip to content

Commit

Permalink
FRI-526 Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderMChu authored and astro-snail committed May 23, 2023
1 parent b6f7fb2 commit 67a9a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public void startNewAuthoringCycle_ShouldReturnExpectedMetadata_WhenCodeSystemDe

Optional<CodeSystem> parentCodeSystem = codeSystemService.findByBranchPath(PathUtil.getParentPath(codeSystem.getBranchPath()));
CodeSystemVersion parentCodeSystemVersion = codeSystemService.findVersion(parentCodeSystem.get().getShortName(), codeSystem.getDependantVersionEffectiveTime());
assertEquals(parentCodeSystemVersion.getReleasePackage(), receivedMetaData.get("previousDependencyPackage"));
assertEquals(parentCodeSystemVersion.getReleasePackage(), receivedMetaData.get("dependencyPackage"));
}

//Wrapper for given blocks as used throughout test class
Expand Down

0 comments on commit 67a9a5f

Please sign in to comment.