Migrate netconf to mockito ArgumentMatchers
[netconf.git] / netconf / aaa-authn-odl-plugin / src / test / java / org / opendaylight / netconf / authprovider / CredentialServiceAuthProviderTest.java
index f46adc170a0c9d03022d6b2a302219417036cb3d..11d16fff1129e66e003ef5143da79f24770a69a6 100644 (file)
@@ -9,7 +9,7 @@ package org.opendaylight.netconf.authprovider;
 
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
-import static org.mockito.Matchers.any;
+import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.doThrow;
 import static org.mockito.Mockito.mock;