Bump upstream SNAPSHOTS
[controller.git] / opendaylight / md-sal / cds-access-api / src / test / java / org / opendaylight / controller / cluster / access / concepts / TransactionIdentifierTest.java
index e1c281ac2bdf2089482c6774a1553877dcb1cc1c..b33b61c49b2c3e1f52482e95dee63a4acf0c0439 100644 (file)
@@ -31,4 +31,9 @@ public class TransactionIdentifierTest extends AbstractIdentifierTest<Transactio
     TransactionIdentifier equalObject() {
         return EQUAL_OBJECT;
     }
+
+    @Override
+    int expectedSize() {
+        return 121;
+    }
 }