mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-05 21:28:00 +08:00
hutool-system ut method, correct getMemeryTest to getMemoryTest typo
This commit is contained in:
parent
068e51e126
commit
5aa3e621fd
@ -8,7 +8,7 @@ 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