Fixing test failure

This commit is contained in:
Ace 2017-12-22 11:12:48 +05:30
parent 7b8ba259e4
commit 42f36e5a9a

View File

@ -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