From 2df624ff7a10042ab1916607e8ed75c6beb7ba67 Mon Sep 17 00:00:00 2001 From: fengjundan <1436525664@qq.com> Date: Mon, 26 Jul 2021 10:58:15 +0800 Subject: [PATCH] =?UTF-8?q?1=E5=88=A0test=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/xhpc/order/OrderApplicationTests.java | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 xhpc-modules/xhpc-order/src/test/java/com/xhpc/order/OrderApplicationTests.java diff --git a/xhpc-modules/xhpc-order/src/test/java/com/xhpc/order/OrderApplicationTests.java b/xhpc-modules/xhpc-order/src/test/java/com/xhpc/order/OrderApplicationTests.java deleted file mode 100644 index 08efc8c1..00000000 --- a/xhpc-modules/xhpc-order/src/test/java/com/xhpc/order/OrderApplicationTests.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.xhpc.order; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class OrderApplicationTests { - - @Test - void contextLoads() { - } - -}