Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / test / java / org / onap / nbi / test / ServiceOrderRepositoryTest.java
index fd83ec0..61bf59d 100644 (file)
@@ -13,8 +13,8 @@
  *     See the License for the specific language governing permissions and
  *     limitations under the License.
  */
-package org.onap.nbi.test;
 
+package org.onap.nbi.test;
 
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertNotNull;
@@ -37,14 +37,13 @@ import org.springframework.test.context.junit4.SpringRunner;
 
 @RunWith(SpringRunner.class)
 @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
-@DirtiesContext(classMode= ClassMode.AFTER_CLASS)
+@DirtiesContext(classMode = ClassMode.AFTER_CLASS)
 @ActiveProfiles("test")
 public class ServiceOrderRepositoryTest {
 
     @Autowired
     ServiceOrderRepository serviceOrderRepository;
 
-
     @Before
     public void setUp() {
         ServiceOrder serviceOrder = new ServiceOrder();