修复条件判断错误问题

Co-authored-by: haoqi123 <49672871+haoqi123@users.noreply.github.com>
This commit is contained in:
EricZeng
2023-02-09 11:24:06 +08:00
parent da95c63503
commit d046cb8bf4

View File

@@ -22,7 +22,7 @@ public abstract class KMTestEnvService {
@BeforeAll
static void init() {
if (useES) {
if (useMysql) {
mySQLTestContainer = new MySQLTestContainer();
mySQLTestContainer.init();
}