mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
hutool-system ut method, correct getMemeryTest to getMemoryTest typo
This commit is contained in:
@@ -8,7 +8,7 @@ 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