Merge automation from ECOMP's repository
[vid.git] / vid-automation / src / test / java / org / onap / vid / api / SampleApiTest.java
index 2b78cdb..9d7a081 100644 (file)
@@ -11,8 +11,9 @@ import vid.automation.test.services.SimulatorApi;
 
 import java.io.IOException;
 
-import static org.hamcrest.MatcherAssert.assertThat;
+import static java.util.Collections.singletonList;
 import static org.hamcrest.core.Is.is;
+import static org.junit.Assert.assertThat;
 
 public class SampleApiTest extends BaseApiTest {