X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fraft%2FReplicatedLogImplTest.java;h=ff4d097010081de5fcf8814fc4e12a9b44fbf396;hp=c2321caff420b68cc49cbb81562964e826723302;hb=913ae866cd0cc82991e1f66ac80f6a42b0daaa48;hpb=d7ed1e572bd9af64fab1e9048b4b27ebeb564f7e diff --git a/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/ReplicatedLogImplTest.java b/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/ReplicatedLogImplTest.java index c2321caff4..ff4d097010 100644 --- a/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/ReplicatedLogImplTest.java +++ b/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/ReplicatedLogImplTest.java @@ -57,8 +57,8 @@ public class ReplicatedLogImplTest { MockitoAnnotations.initMocks(this); context = new RaftActorContextImpl(null, null, "test", - new ElectionTermImpl(mockPersistence, "test", LOG), - -1, -1, Collections.emptyMap(), configParams, mockPersistence, LOG); + new ElectionTermImpl(mockPersistence, "test", LOG), -1, -1, Collections.emptyMap(), + configParams, mockPersistence, applyState -> { }, LOG); } private void verifyPersist(Object message) throws Exception {