mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
!296 hutool-system UT 方法拼写纠正
Merge pull request !296 from Simonton/hutool_system_ut_typo_fix
This commit is contained in:
commit
23a5e6510d
@ -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…
x
Reference in New Issue
Block a user