修改测试用例

This commit is contained in:
everywhere.z
2022-12-22 16:55:59 +08:00
parent 500e920a6a
commit 429f336b17

View File

@@ -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;