correcting minor spelling mistake

revert-70aa11f8
Nirothipan 7 years ago
parent 768e39fecf
commit b6d7c0dc0a

@ -129,7 +129,7 @@ public class NotificationManagementServiceImplTests {
}
@Test(expectedExceptions = NotificationManagementException.class, description = "This tests the method getDevice which" +
" is called internally in addNotification fot DeviceManagementException exception passing null device Id.")
" is called internally in addNotification for DeviceManagementException exception passing null device Id.")
public void getDevice() throws NotificationManagementException {
DeviceIdentifier testDeviceIdentifier = new DeviceIdentifier(DEVICE_ID_PREFIX + 123, DEVICE_TYPE);
Notification notification = TestDataHolder.getNotification(1, Notification.Status.NEW.toString(),

Loading…
Cancel
Save