Skip to content

Commit

Permalink
dummy commit for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Jun 29, 2024
1 parent 08f7ca7 commit 3ed1937
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 @@ -5921,6 +5921,6 @@ public void sort(BaseClient client) {
assertEquals(7, client.lpush(key2, key2LpushArgs).get());
ExecutionException executionException =
assertThrows(ExecutionException.class, () -> client.sort(key2).get());
assertInstanceOf(RequestException.class, executionException.getCause());
assertInstanceOf(RequestException.class, executionException.getCause());;
}
}

0 comments on commit 3ed1937

Please sign in to comment.