Migrate restconf to mockito ArgumentMatchers
[netconf.git] / restconf / sal-rest-connector / src / test / java / org / opendaylight / controller / sal / restconf / impl / test / Netconf505Test.java
index 8e512528a9ad7fd7f63285b3dbf3e8fe0584b374..1fec83b340c05c7cbe6e5abe0381af6b2526a303 100644 (file)
@@ -11,7 +11,7 @@ package org.opendaylight.controller.sal.restconf.impl.test;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertNull;
-import static org.mockito.Matchers.any;
+import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.when;