feat: update test method

This commit is contained in:
tangguocheng1 2020-09-22 08:35:00 +08:00
parent f822b93326
commit fd3731b87f

View File

@ -77,6 +77,6 @@ public class NetUtilTest {
@Test
public void getLocalHostNameTest() {
System.out.println(NetUtil.getLocalHostName());
Assert.assertNotNull(NetUtil.getLocalHostName());
}
}