mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
feature #IAY66T 完善代码
This commit is contained in:
@@ -20,7 +20,6 @@ import org.junit.jupiter.api.Test;
|
||||
import org.noear.solon.annotation.Import;
|
||||
import org.noear.solon.annotation.Inject;
|
||||
import org.noear.solon.test.SolonTest;
|
||||
import org.springframework.test.context.TestPropertySource;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
@@ -152,7 +151,6 @@ public class RuleCacheSolonTest extends BaseTest {
|
||||
Assertions.assertEquals("a==>b", response.getExecuteStepStr());
|
||||
}
|
||||
|
||||
|
||||
// 加载缓存, chain1~chain5
|
||||
private void loadCache() {
|
||||
// 容量上限为5
|
||||
|
||||
Reference in New Issue
Block a user