re base code
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / cucumber / runners / RunTenantIsolationTest.java
index 0fbf2c8..2faec30 100644 (file)
@@ -1,16 +1,11 @@
 package org.openecomp.sdc.cucumber.runners;
 
-import org.junit.runner.RunWith;
-import org.openecomp.sdc.be.components.BeConfDependentTest;
-
 import cucumber.api.CucumberOptions;
 import cucumber.api.junit.Cucumber;
+import org.junit.runner.RunWith;
+import org.openecomp.sdc.be.components.BeConfDependentTest;
 
 @RunWith(Cucumber.class)
 @CucumberOptions(features = "classpath:cucumber/tenantIsolation.feature", glue = "org.openecomp.sdc.be.components.distribution.engine")
-
-public class RunTenantIsolationTest  extends BeConfDependentTest{
-
-
-
+public class RunTenantIsolationTest  extends BeConfDependentTest {
 }
\ No newline at end of file