mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
hutool-system ut method, correct getMemeryTest to getMemoryTest typo
This commit is contained in:
@@ -6,9 +6,9 @@ import org.junit.Assert;
|
|||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class OshiTest {
|
public class OshiTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void getMemeryTest() {
|
public void getMemoryTest() {
|
||||||
long total = OshiUtil.getMemory().getTotal();
|
long total = OshiUtil.getMemory().getTotal();
|
||||||
Assert.assertTrue(total > 0);
|
Assert.assertTrue(total > 0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user