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