Commit 1a648f37fae180fcafdccd75b5c2b4b0bea9cff1

Authored by zhangxing
1 parent 213673b5

test

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 +}
... ...