Commit cc540d0b authored by Liang Ding's avatar Liang Ding

🎨 清理冗余代码

parent d728e701
......@@ -103,8 +103,6 @@ public abstract class AbstractTestCase {
optionCache.clear();
final PageCache pageCache = beanManager.getReference(PageCache.class);
pageCache.clear();
final StatisticCache statisticCache = beanManager.getReference(StatisticCache.class);
statisticCache.clear();
final UserCache userCache = beanManager.getReference(UserCache.class);
userCache.clear();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment