Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh committed Apr 2, 2021
1 parent b1d4b84 commit 534d646
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,7 @@ public void testGetAppRootChecked_defaultWarProject() throws InvalidAppRootExcep
}

@Test
public void testGetContainerizingModeChecked_packagedWithWar()
throws InvalidContainerizingModeException {
public void testGetContainerizingModeChecked_packagedWithWar() {
when(rawConfiguration.getContainerizingMode()).thenReturn("packaged");
when(projectProperties.isWarProject()).thenReturn(true);

Expand Down

0 comments on commit 534d646

Please sign in to comment.