From 429f336b17c8125642a9398fd769592fe70d0b6b Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Thu, 22 Dec 2022 16:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../liteflow/test/nullParam/NullParamELSpringbootTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/liteflow-testcase-el/liteflow-testcase-el-solon/src/test/java/com/yomahub/liteflow/test/nullParam/NullParamELSpringbootTest.java b/liteflow-testcase-el/liteflow-testcase-el-solon/src/test/java/com/yomahub/liteflow/test/nullParam/NullParamELSpringbootTest.java index 9975826b8..28c0bc839 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-solon/src/test/java/com/yomahub/liteflow/test/nullParam/NullParamELSpringbootTest.java +++ b/liteflow-testcase-el/liteflow-testcase-el-solon/src/test/java/com/yomahub/liteflow/test/nullParam/NullParamELSpringbootTest.java @@ -2,6 +2,7 @@ package com.yomahub.liteflow.test.nullParam; import com.yomahub.liteflow.core.FlowExecutor; import com.yomahub.liteflow.flow.LiteflowResponse; +import com.yomahub.liteflow.test.BaseTest; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; @@ -19,7 +20,7 @@ import org.noear.solon.test.annotation.TestPropertySource; @RunWith(SolonJUnit4ClassRunner.class) @TestPropertySource(value = "classpath:/nullParam/application.properties") @Import(scanPackages = {"com.yomahub.liteflow.test.nullParam.cmp"}) -public class NullParamELSpringbootTest { +public class NullParamELSpringbootTest extends BaseTest { @Inject private FlowExecutor flowExecutor;