Fix assertion import 64/100364/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 2 Apr 2022 12:13:54 +0000 (14:13 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 2 Apr 2022 12:14:06 +0000 (14:14 +0200)
Let's not use jupieter.api just yet here.

Change-Id: I4645f4c476f9d2cc544a39b0b1ad5ce6c93873fc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
data/yang-data-impl/src/test/java/org/opendaylight/yangtools/yang/data/impl/schema/nodes/YT1417Test.java

index 797942ec911d655ca3589bfdf5914f210c03e5cc..33c9407bf022c6769258eff402719dd461ef7f37 100644 (file)
@@ -7,8 +7,8 @@
  */
 package org.opendaylight.yangtools.yang.data.impl.schema.nodes;
 
+import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotEquals;
-import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.mock;