Merge pull request #1143 from ruwany/master

Fixing test failure
revert-70aa11f8
Charitha Goonetilleke 7 years ago committed by GitHub
commit 3f5b9b9642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -216,7 +216,7 @@ public class NotificationManagementServiceImplTests {
" as added no. of records.");
}
@Test(dependsOnMethods = "updateStatusofAllNotification", description = "this tries to " +
@Test(dependsOnMethods = "updateNotificationStatus", description = "this tries to " +
"update the status of all notifications")
public void updateStatusOfAllNotifications() throws NotificationManagementException {
Assert.assertTrue(notificationManagementService.updateAllNotifications(Notification

Loading…
Cancel
Save