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