FrontendClientMetadata(Builder) should not be Identifiable
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / persisted / PurgeLocalHistoryPayloadTest.java
index 3a3ded1af7e049218f2cc7a4064de2d57f5f0f93..cca22204133d02814328781e2cd8617a6e82b078 100644 (file)
@@ -8,9 +8,7 @@
 package org.opendaylight.controller.cluster.datastore.persisted;
 
 public class PurgeLocalHistoryPayloadTest extends AbstractIdentifiablePayloadTest<PurgeLocalHistoryPayload> {
-
-    @Override
-    PurgeLocalHistoryPayload object() {
-        return PurgeLocalHistoryPayload.create(nextHistoryId(), 512);
+    public PurgeLocalHistoryPayloadTest() {
+        super(PurgeLocalHistoryPayload.create(newHistoryId(0), 512), 124);
     }
 }