Fixing test failure

4.x.x
Ace 7 years ago
parent 7b8ba259e4
commit 42f36e5a9a

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