mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package cn.hutool.core.util;
|
||||
|
||||
import cn.hutool.core.lang.Console;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
public class JdkUtilTest {
|
||||
@@ -9,4 +11,10 @@ public class JdkUtilTest {
|
||||
final int jvmVersion = JdkUtil.JVM_VERSION;
|
||||
Assert.assertTrue(jvmVersion >= 8);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void getJvmNameTest() {
|
||||
Console.log(JdkUtil.IS_AT_LEAST_JDK17);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user