mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix formatting issue
This commit is contained in:
parent
f60fdc3914
commit
7b31fda94f
@ -110,8 +110,7 @@ public class GeoLocationProviderServiceTest {
|
|||||||
String result;
|
String result;
|
||||||
result = geoLocationProviderServiceImpl.getSpeedAlerts(getDeviceIdentifier());
|
result = geoLocationProviderServiceImpl.getSpeedAlerts(getDeviceIdentifier());
|
||||||
Assert.assertNotNull(result);
|
Assert.assertNotNull(result);
|
||||||
Assert.assertEquals(result, "{'speedLimit':" +
|
Assert.assertEquals(result, "{'speedLimit':" + SAMPLE_SPEED_ALERT_VALUE + "}");
|
||||||
SAMPLE_SPEED_ALERT_VALUE + "}");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(dependsOnMethods = "createGeoTrafficAlert" , description = "retrieve saved geo exit-alert.")
|
@Test(dependsOnMethods = "createGeoTrafficAlert" , description = "retrieve saved geo exit-alert.")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user