Update MRI upstreams for Phosphorus
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / instructions / AbstractInstructionSerializerTest.java
index 66f6ac63e4ba3167e4e1839db47062ccc7fd175a..c17a42e0795cb02cf6d11c9c29fc79bb052943d8 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.openflowplugin.impl.protocol.serialization.instructions;
 
 import static org.junit.Assert.assertEquals;
@@ -24,7 +23,7 @@ public abstract class AbstractInstructionSerializerTest extends AbstractSerializ
 
     @Override
     protected void init() {
-        serializer = getRegistry().getSerializer(new MessageTypeKey<>(EncodeConstants.OF13_VERSION_ID, getClazz()));
+        serializer = getRegistry().getSerializer(new MessageTypeKey<>(EncodeConstants.OF_VERSION_1_3, getClazz()));
     }
 
     protected void assertInstruction(final Instruction instruction, final Consumer<ByteBuf> assertBody) {