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
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user