Skip to content

Commit 4536917

Browse files
committed
SPOTLESS
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
1 parent c077ba6 commit 4536917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/integTest/src/test/java/glide/SharedCommandTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ public void non_UTF8_GlideString_test(BaseClient client) {
10041004
assertEquals(1, client.hset(hashKey, fieldValueMap).get());
10051005
assertDeepEquals(new GlideString[] {gs(stringField)}, client.hkeys(hashKey).get());
10061006
assertThrows(
1007-
ExecutionException.class, () -> client.hget(hashKey.toString(), stringField).get());
1007+
ExecutionException.class, () -> client.hget(hashKey.toString(), stringField).get());
10081008

10091009
// Non UTF-8 set key and field value map
10101010
assertEquals(1, client.hset(hashNonUTF8Key, fieldValueMap).get());

0 commit comments

Comments
 (0)