Skip to content

Commit e417f55

Browse files
Updated some test assertions
1 parent 3fe2d45 commit e417f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wmclient/src/test/java/com/scientiamobile/wurfl/wmclient/WmClientTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public void lookupUserAgentTest() throws WmException {
143143

144144
@Test
145145
public void lookupUserAgentWithSpecificCapsTest() throws WmException {
146-
String[] reqCaps = {"brand_name", "model_name", "max_image_width", "model_extra_info", "is_android", "is_ios", "is_app"};
146+
String[] reqCaps = {"brand_name", "model_name", "physical_screen_width", "device_os", "is_android", "is_ios", "is_app"};
147147

148148
_client.setRequestedCapabilities(reqCaps);
149149
String ua = "Mozilla/5.0 (Nintendo Switch; WebApplet) AppleWebKit/601.6 (KHTML, like Gecko) NF/4.0.0.5.9 NintendoBrowser/5.1.0.13341";
@@ -936,4 +936,4 @@ private static Map<String,String> createExpectedValueMap(WmClient client){
936936
return m;
937937
}
938938

939-
}
939+
}

0 commit comments

Comments
 (0)