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:
@@ -27,7 +27,7 @@ public abstract class KMTestEnvService {
|
|||||||
mySQLTestContainer.init();
|
mySQLTestContainer.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (useMysql) {
|
if (useES) {
|
||||||
esTestContainer = new ESTestContainer();
|
esTestContainer = new ESTestContainer();
|
||||||
esTestContainer.init();
|
esTestContainer.init();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user