diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/notification/mgt/NotificationManagementServiceImplTests.java b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/notification/mgt/NotificationManagementServiceImplTests.java index c381d73e357..a1cb11d843d 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/notification/mgt/NotificationManagementServiceImplTests.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/java/org/wso2/carbon/device/mgt/core/notification/mgt/NotificationManagementServiceImplTests.java @@ -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(),