Bump upstreams
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / Ipv6NdSllEntrySerializerTest.java
index ad983ee0f6944331d72a3f751c0041c380ea2f06..f1d450aad224e942bb50294855d14c99f1d58d13 100644 (file)
@@ -30,7 +30,7 @@ public class Ipv6NdSllEntrySerializerTest extends AbstractMatchEntrySerializerTe
         assertMatch(ipv6NdSllMatch, false, (out) -> {
             byte[] addressBytes = new byte[6];
             out.readBytes(addressBytes);
-            assertEquals(ipv6NdSll, IetfYangUtil.INSTANCE.macAddressFor(addressBytes));
+            assertEquals(ipv6NdSll, IetfYangUtil.macAddressFor(addressBytes));
         });
     }