From 8a94677e9a2d31efa5a643101b46c2639515f9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=B7=E5=8F=AB=E6=88=91=E7=8C=BF=E5=8F=94=E5=8F=94?= <1956025812@qq.com> Date: Wed, 29 Sep 2021 20:52:07 +0800 Subject: [PATCH] =?UTF-8?q?https://gitee.com/dromara/liteFlow/issues/I4BGK?= =?UTF-8?q?9=20=E3=80=90=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E3=80=91litef?= =?UTF-8?q?low=E5=BC=80=E5=90=AF=E5=92=8C=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../liteflow/test/enable/LiteflowEnableSpringbootTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/liteflow-testcase-springboot/src/test/java/com/yomahub/liteflow/test/enable/LiteflowEnableSpringbootTest.java b/liteflow-testcase-springboot/src/test/java/com/yomahub/liteflow/test/enable/LiteflowEnableSpringbootTest.java index 3194e0d71..74088b7a6 100644 --- a/liteflow-testcase-springboot/src/test/java/com/yomahub/liteflow/test/enable/LiteflowEnableSpringbootTest.java +++ b/liteflow-testcase-springboot/src/test/java/com/yomahub/liteflow/test/enable/LiteflowEnableSpringbootTest.java @@ -17,8 +17,8 @@ import org.springframework.test.context.junit4.SpringRunner; /** * 测试springboot下的enable参数 * - * @author Bryan.Zhang - * @since 2.5.10 + * @author qjwyss + * @since v2.6.0 */ @RunWith(SpringRunner.class) @TestPropertySource(value = "classpath:/enable/application.properties") @@ -30,7 +30,6 @@ public class LiteflowEnableSpringbootTest extends BaseTest { @Autowired private ApplicationContext context; - @Test public void testEnable() { LiteflowConfig config = context.getBean(LiteflowConfig.class);