Bump upstreams for 2022.09 Chlorine
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / tablefeatures / WildcardsTablePropertySerializerTest.java
index 26212125fbbf116f03792c8215b07880412186ae..9bb6bb64157031f59ac15acd9153717589026fcb 100644 (file)
@@ -26,7 +26,7 @@ public class WildcardsTablePropertySerializerTest extends AbstractTablePropertyS
         final Wildcards property = new WildcardsBuilder()
                 .setWildcardSetfield(new WildcardSetfieldBuilder()
                         .setSetFieldMatch(BindingMap.of(
-                                new SetFieldMatchBuilder().setMatchType(ArpOp.class).setHasMask(false).build()))
+                                new SetFieldMatchBuilder().setMatchType(ArpOp.VALUE).setHasMask(false).build()))
                         .build())
                 .build();