Bläddra i källkod

https://gitee.com/dromara/liteFlow/issues/I4BGK9
【测试用例】liteflow开启和关闭

请叫我猿叔叔 3 år sedan
förälder
incheckning
a17d3149da

+ 3 - 2
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 qjwyss
- * @since v2.6.0
+ * @author Bryan.Zhang
+ * @since 2.5.10
  */
 @RunWith(SpringRunner.class)
 @TestPropertySource(value = "classpath:/enable/application.properties")
@@ -30,6 +30,7 @@ public class LiteflowEnableSpringbootTest extends BaseTest {
     @Autowired
     private ApplicationContext context;
 
+
     @Test
     public void testEnable() {
         LiteflowConfig config = context.getBean(LiteflowConfig.class);