Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 22, 2024
1 parent 6842b23 commit 83cc344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/integTest/src/test/java/glide/ConnectionTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public void basic_client() {
RedisClient.CreateClient(
RedisClientConfiguration.builder()
.address(NodeAddress.builder().port(TestConfiguration.STANDALONE_PORT).build())
.address(NodeAddress.builder().port(6381).build())
.build())
.get(10, TimeUnit.SECONDS);
regularClient.close();
Expand Down

0 comments on commit 83cc344

Please sign in to comment.