Skip to content

Commit

Permalink
test: KubernetesHelperTest.setUp: Remove "throws Exception" (#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaythonChilders authored Feb 26, 2024
1 parent 373511d commit 0ef3200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class KubernetesHelperTest {
KubernetesClient mockClient;

@BeforeEach
public void setUp() throws Exception {
public void setUp() {
logger = new KitLogger.SilentLogger();
}

Expand Down

0 comments on commit 0ef3200

Please sign in to comment.