mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fixed #1177
This commit is contained in:
parent
eb1208389b
commit
6ab7c83ac3
@ -202,6 +202,6 @@ public class UserAgentUtilTest {
|
||||
Assert.assertEquals("604.1.38", ua.getEngineVersion());
|
||||
Assert.assertEquals("iPhone", ua.getOs().toString());
|
||||
Assert.assertEquals("iPhone", ua.getPlatform().toString());
|
||||
Assert.assertFalse(ua.isMobile());
|
||||
Assert.assertTrue(ua.isMobile());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user