Skip to content

Commit

Permalink
Fix rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Jun 29, 2024
1 parent 0fe01bd commit 92370e7
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 @@ -7273,7 +7273,7 @@ public void zscan(BaseClient client) {

// Test match pattern
result =
client.zscan(key1, initialCursor, ZScanOptions.builder().matchPattern("*").busild()).get();
client.zscan(key1, initialCursor, ZScanOptions.builder().matchPattern("*").build()).get();
assertTrue(Long.parseLong(result[resultCursorIndex].toString()) >= 0);
assertTrue(ArrayUtils.getLength(result[resultCollectionIndex]) >= defaultCount);

Expand Down

0 comments on commit 92370e7

Please sign in to comment.