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