mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
feat: update test method
This commit is contained in:
parent
f822b93326
commit
fd3731b87f
@ -77,6 +77,6 @@ public class NetUtilTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void getLocalHostNameTest() {
|
public void getLocalHostNameTest() {
|
||||||
System.out.println(NetUtil.getLocalHostName());
|
Assert.assertNotNull(NetUtil.getLocalHostName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user