Make Netty-3 dependency optional
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / persisted / CreateLocalHistoryPayloadTest.java
index 7c0891e6f5c77672513fe123168c51560c64d42f..83941812294831d9f9d0b3640d2b45149a790b12 100644 (file)
@@ -9,6 +9,6 @@ package org.opendaylight.controller.cluster.datastore.persisted;
 
 public class CreateLocalHistoryPayloadTest extends AbstractIdentifiablePayloadTest<CreateLocalHistoryPayload> {
     public CreateLocalHistoryPayloadTest() {
-        super(CreateLocalHistoryPayload.create(newHistoryId(0), 512), 265);
+        super(CreateLocalHistoryPayload.create(newHistoryId(0), 512), 124);
     }
 }