mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
correcting minor spelling mistake
This commit is contained in:
parent
768e39fecf
commit
b6d7c0dc0a
@ -129,7 +129,7 @@ public class NotificationManagementServiceImplTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test(expectedExceptions = NotificationManagementException.class, description = "This tests the method getDevice which" +
|
@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 {
|
public void getDevice() throws NotificationManagementException {
|
||||||
DeviceIdentifier testDeviceIdentifier = new DeviceIdentifier(DEVICE_ID_PREFIX + 123, DEVICE_TYPE);
|
DeviceIdentifier testDeviceIdentifier = new DeviceIdentifier(DEVICE_ID_PREFIX + 123, DEVICE_TYPE);
|
||||||
Notification notification = TestDataHolder.getNotification(1, Notification.Status.NEW.toString(),
|
Notification notification = TestDataHolder.getNotification(1, Notification.Status.NEW.toString(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user