Improve segmented journal actor metrics
[controller.git] / opendaylight / md-sal / cds-access-api / src / test / java / org / opendaylight / controller / cluster / access / commands / CommitLocalTransactionRequestTest.java
index 02c8da9b06f3caa2d95d467f00ede8d08e48488d..f1df2d882f80132a138b7061feeb7f7b050d2789 100644 (file)
@@ -37,7 +37,7 @@ public class CommitLocalTransactionRequestTest
         ACTOR_REF, MODIFICATION, null, COORDINATED);
 
     public CommitLocalTransactionRequestTest() {
-        super(OBJECT, 0);
+        super(OBJECT);
     }
 
     @Test