Reverting to spring-boot 1.5
[aai/sparky-be.git] / sparkybe-onap-service / src / test / java / org / onap / aai / sparky / viewandinspect / services / BaseVisualizationContextTest.java
index d5e98a9..5bff7f4 100644 (file)
@@ -41,7 +41,6 @@ import org.hamcrest.Matcher;
 import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;
-import org.mockito.ArgumentMatcher;
 import org.mockito.Matchers;
 import org.mockito.Mockito;
 import org.onap.aai.cl.api.Logger;
@@ -117,10 +116,11 @@ public class BaseVisualizationContextTest {
     
   }
 
-  private ArgumentMatcher<List<String>> listContainsValue(String expectedValue) {
+  private Matcher<List<String>> listContainsValue(String expectedValue) {
     return new StringCollectionContainsMatcher(expectedValue);
   }
 
+
   @Test
   public void validateBasicConstruction() throws Exception {