Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
TheR1sing3un committed Jan 2, 2023
1 parent 3a8cf75 commit a2929ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class AppendAndReadTest extends ServerTestHarness {
public void testSingleServerInMemory() throws Exception {
String group = UUID.randomUUID().toString();
String selfId = "n0";
String peers = "n0-localhost:10001";
String peers = "n0-localhost:11001";
DLedgerServer dLedgerServer = launchServerWithStateMachine(group, peers, selfId, selfId, DLedgerConfig.MEMORY,
100000, 102400, new RegisterStateMachine());
dLedgerServer.registerUserDefineProcessors(Collections.singletonList(new RegisterReadProcessor(dLedgerServer)));
Expand Down

0 comments on commit a2929ed

Please sign in to comment.