Skip to content

Commit

Permalink
Update java/integTest/src/test/java/glide/TransactionTestUtilities.java
Browse files Browse the repository at this point in the history
Co-authored-by: Guian Gumpac <[email protected]>
  • Loading branch information
jduo and GumpacG authored Jun 28, 2024
1 parent 24cbb0a commit 1c60c2b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,7 @@ private static Object[] hashCommands(BaseTransaction<?> transaction) {
String hashKey1 = "{HashKey}-1-" + UUID.randomUUID();

// This extra key is for HScan testing. It is a key with only one field. HScan doesn't guarantee
// a
// return order but this test compares arrays so order is significant.
// a return order but this test compares arrays so order is significant.
String hashKey2 = "{HashKey}-2-" + UUID.randomUUID();

transaction
Expand Down

0 comments on commit 1c60c2b

Please sign in to comment.