Add more serialization assertions
[controller.git] / opendaylight / md-sal / cds-access-api / src / test / java / org / opendaylight / controller / cluster / access / concepts / ClientIdentifierTest.java
index 4871def180b7a63d529d9b4facb8f4c554dde7cf..0908659487cec6282eab05fcfd217a5bbd0813f2 100644 (file)
@@ -29,4 +29,9 @@ public class ClientIdentifierTest extends AbstractIdentifierTest<ClientIdentifie
     ClientIdentifier equalObject() {
         return EQUAL_OBJECT;
     }
+
+    @Override
+    int expectedSize() {
+        return 114;
+    }
 }