re base code
[sdc.git] / test-apis-ci / src / test / java / org / openecomp / sdc / cucumber / runners / RunTenantIsolationCucumberCI.java
index d9183fc..e2d324b 100644 (file)
@@ -1,13 +1,12 @@
 package org.openecomp.sdc.cucumber.runners;
 
+import cucumber.api.CucumberOptions;
+import cucumber.api.junit.Cucumber;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
 import org.junit.runner.RunWith;
 import org.openecomp.sdc.conf.TestAPIConfDependentTest;
 
-import cucumber.api.CucumberOptions;
-import cucumber.api.junit.Cucumber;
-
 @RunWith(Cucumber.class)
 @CucumberOptions(features = "classpath:cucumber/tenantIsolation.feature", glue = "org.openecomp.sdc.cucumber.steps")