Bump upstreams for 2022.09 Chlorine
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / util / FlowCreatorUtilTest.java
index ac27764307060a65004132764019561df37b3184..90ecfc28e9fadcfa0de8f7d758e9e60da63c6e2d 100644 (file)
@@ -288,7 +288,7 @@ public class FlowCreatorUtilTest {
     }
 
     private static void assertMatch(final Match match) {
-        assertTrue(match.getType().getClass().isInstance(OxmMatchType.class));
+        assertEquals(OxmMatchType.VALUE, match.getType());
     }
 
     private static void assertMatch(final MatchV10 matchV10) {