!296 hutool-system UT 方法拼写纠正

Merge pull request !296 from Simonton/hutool_system_ut_typo_fix
This commit is contained in:
Looly 2021-04-02 11:13:18 +08:00 committed by Gitee
commit 23a5e6510d

View File

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