Skip to content

Commit

Permalink
test: removed non-thrown declared IOException from method signature (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
sraghav42 authored and arsenalzp committed Mar 12, 2024
1 parent 7e2a8a0 commit 24128e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class KubernetesWatchTaskTest {
private TestKubernetesExtension extension;

@BeforeEach
void setUp() throws IOException {
void setUp() {
// Mock required for environments with no DOCKER available (don't remove)
dockerAccessFactoryMockedConstruction = mockConstruction(DockerAccessFactory.class,
(mock, ctx) -> when(mock.createDockerAccess(any())).thenReturn(mock(DockerAccess.class)));
Expand Down

0 comments on commit 24128e0

Please sign in to comment.