Assert new request sizes
[controller.git] / opendaylight / md-sal / cds-access-api / src / test / java / org / opendaylight / controller / cluster / access / commands / CommitLocalTransactionRequestTest.java
index 02c8da9b06f3caa2d95d467f00ede8d08e48488d..8d9649cbd913994ae47bcc28480b254d0227ccf3 100644 (file)
@@ -37,7 +37,7 @@ public class CommitLocalTransactionRequestTest
         ACTOR_REF, MODIFICATION, null, COORDINATED);
 
     public CommitLocalTransactionRequestTest() {
-        super(OBJECT, 0);
+        super(OBJECT, 0, 0);
     }
 
     @Test