Fixing test failure

revert-70aa11f8
Ace 7 years ago
parent 7b8ba259e4
commit 42f36e5a9a

@ -216,7 +216,7 @@ public class NotificationManagementServiceImplTests {
" as added no. of records."); " 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") "update the status of all notifications")
public void updateStatusOfAllNotifications() throws NotificationManagementException { public void updateStatusOfAllNotifications() throws NotificationManagementException {
Assert.assertTrue(notificationManagementService.updateAllNotifications(Notification Assert.assertTrue(notificationManagementService.updateAllNotifications(Notification

Loading…
Cancel
Save