Assert new request sizes
[controller.git] / opendaylight / md-sal / cds-access-api / src / test / java / org / opendaylight / controller / cluster / access / commands / ExistsTransactionRequestTest.java
index 63254354fca6602f04a6efa8193ae38c44a419c3..7f5bc7ac6efee07f3e8d67cfef530d1439c0b6fc 100644 (file)
@@ -17,7 +17,7 @@ public class ExistsTransactionRequestTest extends AbstractReadTransactionRequest
         ACTOR_REF, PATH, SNAPSHOT_ONLY);
 
     public ExistsTransactionRequestTest() {
-        super(OBJECT, 620);
+        super(OBJECT, 108, 620);
     }
 
     @Test