Bump upstreams
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / actions / SetDlSrcActionSerializerTest.java
index 70942af696b0f891bb26ecbedc0a777923204e44..16426c6799539c288bcc389c9fcaa4d05cd5622e 100644 (file)
@@ -31,7 +31,7 @@ public class SetDlSrcActionSerializerTest extends AbstractSetFieldActionSerializ
         assertAction(action, out -> {
             byte[] addressBytes = new byte[6];
             out.readBytes(addressBytes);
-            assertEquals(address, IetfYangUtil.INSTANCE.macAddressFor(addressBytes));
+            assertEquals(address, IetfYangUtil.macAddressFor(addressBytes));
         });
     }