Skip to content

Commit

Permalink
test: removed non-thrown declared IOexception from method signature (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pushkal-G authored Feb 29, 2024
1 parent 4fd2f60 commit a52877d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class KubernetesResourceTaskTest {
public final TaskEnvironmentExtension taskEnvironment = new TaskEnvironmentExtension();

@BeforeEach
void setUp() throws IOException {
void setUp() {
when(taskEnvironment.project.getExtensions().getByType(KubernetesExtension.class))
.thenReturn(new TestKubernetesExtension());
}
Expand Down

0 comments on commit a52877d

Please sign in to comment.