Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
devmehtasynopsys committed Sep 17, 2024
1 parent dee44e2 commit 31f9d84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void testProjectNotifications() throws IntegrationException, InterruptedE
NotificationEditor notificationEditor = new NotificationEditor(startDate, endDate, notificationTypes);
List<NotificationUserView> notifications = notificationService.getAllUserNotifications(currentUser, notificationEditor);
for (NotificationUserView notificationUserView : notifications) {
if (notificationUserView instanceof ProjectNotificationUserView) {
if (notificationUserView instanceof ProjectVersionNotificationUserView) {
ProjectVersionNotificationContent content = ((ProjectVersionNotificationUserView) notificationUserView).getContent();
if (projectName.equals(content.getProjectName())) {
foundKeys.add(content.getOperationType() + content.getProjectVersionName());
Expand Down

0 comments on commit 31f9d84

Please sign in to comment.