Skip to content

Commit

Permalink
Fix of #337 was incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Mar 20, 2023
1 parent bfd55bc commit 4ea52ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void test() {
enhancer.enhance(workspace, List.of(sipocEnhancer));
// Then
FileObject outputFolderForSystem = enhancer.getOutputBuilder()
.outputFor(AgileArchitectureSection.code, system, sipocEnhancer, OutputBuilder.Format.adoc);
.outputFor(AgileArchitectureSection.code, centerContainer, sipocEnhancer, OutputBuilder.Format.adoc);
Assertions.assertThat(outputFolderForSystem.getPath())
.isNotEmptyFile();
}
Expand Down

0 comments on commit 4ea52ff

Please sign in to comment.