Skip to content

Commit

Permalink
Adapt to latest vertx-core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 17, 2023
1 parent 727eb5a commit 6832aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/vertx/test/redis/RedisClientTLSTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static void beforeAll(TestContext should) {
.setTcpKeepAlive(true)
.setTcpNoDelay(true)
.setSsl(true)
.setKeyStoreOptions(
.setKeyCertOptions(
new JksOptions()
.setPath("server-keystore.jks")
.setPassword("wibble"));
Expand Down

0 comments on commit 6832aac

Please sign in to comment.