Skip to content

Commit

Permalink
nit: spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 25, 2024
1 parent 008d314 commit 02ede1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/integTest/src/test/java/glide/SharedCommandTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void unlink_multiple_keys(BaseClient client) {
assertEquals(3L, unlinkedKeysNum);
}

@SneakyThrows
@SneakyThrows
@ParameterizedTest(autoCloseArguments = false)
@MethodSource("getClients")
public void unlink_binary_multiple_keys(BaseClient client) {
Expand Down

0 comments on commit 02ede1f

Please sign in to comment.