mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
hutool-system ut method, correct getMemeryTest to getMemoryTest typo
This commit is contained in:
parent
068e51e126
commit
5aa3e621fd
@ -6,9 +6,9 @@ import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class OshiTest {
|
||||
|
||||
|
||||
@Test
|
||||
public void getMemeryTest() {
|
||||
public void getMemoryTest() {
|
||||
long total = OshiUtil.getMemory().getTotal();
|
||||
Assert.assertTrue(total > 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user