hutool-system ut method, correct getMemeryTest to getMemoryTest typo

This commit is contained in:
simonton 2021-04-02 00:21:12 +08:00
parent 068e51e126
commit 5aa3e621fd

View File

@ -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);
}