Fix a few warnings
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / DataTreeCandidatesTest.java
index 124ba790fdac6e6fc83de42d9a3acc67c99b6fdd..24ffd77f7b0f036d3387355948447249c8160dea 100644 (file)
@@ -8,9 +8,8 @@
 
 package org.opendaylight.yangtools.yang.data.impl.schema.tree;
 
-import static junit.framework.Assert.assertEquals;
-import static junit.framework.TestCase.fail;
-
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.fail;
 import org.junit.Before;
 import org.junit.Test;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;