mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fixed #1177
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user