!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

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