Merge "Split out sal-akka-raft example"
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / RaftActorRecoverySupportTest.java
index 7420fc4e6cb6e82e4612adaefc33ebd9e35a2209..c4e0ef8f5fa5ad2d063cf8bf1bd721a4a5c61b2b 100644 (file)
@@ -60,7 +60,7 @@ public class RaftActorRecoverySupportTest {
         MockitoAnnotations.initMocks(this);
 
         context = new RaftActorContextImpl(null, null, "test", new ElectionTermImpl(mockPersistence, "test", LOG),
-                -1, -1, Collections.<String,String>emptyMap(), configParams, LOG);
+                -1, -1, Collections.<String,String>emptyMap(), configParams, mockPersistence, LOG);
 
         support = new RaftActorRecoverySupport(mockPersistence, context , mockBehavior, mockCohort);