Migrate restconf to mockito ArgumentMatchers
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / input / to / cnsn / test / RestPutListDataTest.java
index 58358d7950584e1928192979932b52be0f28cb77..7fa11da755b190b56c913cee10b4e14fc8d28b37 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.controller.sal.restconf.impl.input.to.cnsn.test;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
-import static org.mockito.Matchers.any;
+import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.when;