Skip to content

Commit

Permalink
TestShrinkWrapUtils: simplified throws clause
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangHG committed Dec 4, 2024
1 parent 16728e9 commit 6646f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void testJavaArchiveFromClass() throws Throwable {
}

@Test
public void testMultipleUse() throws ClassNotFoundException, IOException {
public void testMultipleUse() throws Exception {
JavaArchive archive = ShrinkWrapUtils.getJavaArchiveFromClass(Test.class);

try (ShrinkWrapClassLoader classLoader =
Expand Down

0 comments on commit 6646f79

Please sign in to comment.