mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package cn.hutool.core.lang;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
public class ClassScanerTest {
|
||||
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void scanTest() {
|
||||
|
Reference in New Issue
Block a user