Skip to content

Commit dc141c0

Browse files
committed
Remove unnecessary throws declaration from test method
Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
1 parent bf715a6 commit dc141c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kroxylicious-runtime/src/test/java/io/kroxylicious/proxy/KafkaProxyLifecycleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void shouldTrackMultipleVirtualClustersAsServing() throws Exception {
8888
}
8989

9090
@Test
91-
void shouldTransitionToStoppedAfterShutdown() throws Exception {
91+
void shouldTransitionToStoppedAfterShutdown() {
9292
// given
9393
var config = """
9494
virtualClusters:

0 commit comments

Comments
 (0)