mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 23:55:04 +08:00
fix build issue
This commit is contained in:
@@ -14,7 +14,7 @@ public class ReflectionTest {
|
||||
public void test() {
|
||||
Reflections reflections = new Reflections(getClass().getPackage().getName());
|
||||
Set<Class<? extends API>> set = reflections.getSubTypesOf(API.class);
|
||||
assert set.size() == 14;
|
||||
assert set.size() == 15;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user