Switch identifiers to new proxies
[controller.git] / opendaylight / md-sal / cds-access-api / src / test / java / org / opendaylight / controller / cluster / access / concepts / TransactionIdentifierTest.java
index e1c281ac2bdf2089482c6774a1553877dcb1cc1c..4433c49a6ebda5f959a4714a01a23616dace3608 100644 (file)
@@ -31,4 +31,9 @@ public class TransactionIdentifierTest extends AbstractIdentifierTest<Transactio
     TransactionIdentifier equalObject() {
         return EQUAL_OBJECT;
     }
+
+    @Override
+    int expectedSize() {
+        return 96;
+    }
 }