Skip to content

Commit

Permalink
test: removed non-thrown declared Exception from method signature (#2783
Browse files Browse the repository at this point in the history
)
  • Loading branch information
devesh-2002 authored Mar 11, 2024
1 parent 3d520f9 commit df35e19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class WildflyJARHealthCheckEnricherTest {
private JavaProject project;

@BeforeEach
public void setUp() throws Exception {
public void setUp() {
context = mock(JKubeEnricherContext.class, RETURNS_DEEP_STUBS);
project = mock(JavaProject.class);
when(context.getProject()).thenReturn(project);
Expand Down

0 comments on commit df35e19

Please sign in to comment.