From 9b516646acbc7392d7647e2619383a45f8db2978 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Wed, 28 Apr 2021 15:55:51 +0800
Subject: [PATCH] 直播插件沉浸式修改
---
src/test/java/com/hbbh/adapter/AdapterApplicationTests.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java b/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java
index 068b7c0..ee7190d 100644
--- a/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java
+++ b/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java
@@ -3,11 +3,12 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
-@SpringBootTest
+/*@SpringBootTest
+@Deprecated
class AdapterApplicationTests {
@Test
void contextLoads() {
}
-}
+}*/
--
Gitblit v1.9.1