Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Jan 15, 2024
1 parent e8da8e5 commit fbddc6f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ public void setUp() throws ExecutionException, InterruptedException {
connectionManager = new ConnectionManager(channel);
}

public void teardown() {}

@SneakyThrows
@Test
public void ConnectionRequestProtobufGeneration_DefaultRedisClientConfiguration_returns() {
Expand Down Expand Up @@ -265,5 +263,6 @@ public void CheckRedisResponse_ClosingError_throwsClosingException() {
// verify
ExecutionException exception = assertThrows(ExecutionException.class, result::get);
assertTrue(exception.getCause() instanceof ClosingException);
assertEquals(response.getClosingError(), exception.getCause().getMessage());
}
}

0 comments on commit fbddc6f

Please sign in to comment.