Skip to content

Commit

Permalink
do not merge: local path
Browse files Browse the repository at this point in the history
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
  • Loading branch information
jeroiraz committed Nov 28, 2022
1 parent dd36dce commit a3512ee
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -107,8 +107,8 @@ public void t3() throws InterruptedException, IllegalStateException, IOException
immuClient.shutdown();

FileImmuStateHolder stateHolder = FileImmuStateHolder.newBuilder()
.withStatesFolder(statesDir.getAbsolutePath())
.build();
.withStatesFolder("immudb/states")
.build();

immuClient = ImmuClient.newBuilder()
.withStateHolder(stateHolder)
Expand Down

0 comments on commit a3512ee

Please sign in to comment.