mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
修复条件判断错误问题
Co-authored-by: haoqi123 <49672871+haoqi123@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ public abstract class KMTestEnvService {
|
|||||||
|
|
||||||
@BeforeAll
|
@BeforeAll
|
||||||
static void init() {
|
static void init() {
|
||||||
if (useES) {
|
if (useMysql) {
|
||||||
mySQLTestContainer = new MySQLTestContainer();
|
mySQLTestContainer = new MySQLTestContainer();
|
||||||
mySQLTestContainer.init();
|
mySQLTestContainer.init();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user