Commit 1a648f37fae180fcafdccd75b5c2b4b0bea9cff1
1 parent
213673b5
test
Showing
1 changed file
with
13 additions
and
13 deletions
src/test/java/com/diligrp/order/XtradeOrderServiceApplicationTests.java
1 | -package com.diligrp.order; | ||
2 | - | ||
3 | -import org.junit.jupiter.api.Test; | ||
4 | -import org.springframework.boot.test.context.SpringBootTest; | ||
5 | - | ||
6 | -@SpringBootTest | ||
7 | -class XtradeOrderServiceApplicationTests { | ||
8 | - | ||
9 | - @Test | ||
10 | - void contextLoads() { | ||
11 | - } | ||
12 | - | ||
13 | -} | 1 | +package com.diligrp.order; |
2 | + | ||
3 | +import org.junit.jupiter.api.Test; | ||
4 | +import org.springframework.boot.test.context.SpringBootTest; | ||
5 | + | ||
6 | +@SpringBootTest | ||
7 | +class XtradeOrderServiceApplicationTests { | ||
8 | + | ||
9 | + @Test | ||
10 | + void contextLoads() { | ||
11 | + } | ||
12 | + | ||
13 | +} |