This commit is contained in:
Timo Bejan 2021-11-03 11:28:51 +02:00
parent f9f9a03186
commit 374fde2263

View File

@ -37,7 +37,7 @@ public class NotificationPreferencesTest extends AbstractPersistenceServerServic
emailNotifications.add(DOSSIER_YOU_OWN_NOTIFICATION_1);
emailNotifications.add(DOSSIER_YOU_OWN_NOTIFICATION_2);
emailNotifications.add(DOSSIER_YOU_OWN_NOTIFICATION_4);
notificationPreferences = new NotificationPreferences(USER_ID, true, true, EmailNotificationType.DAILY, emailNotifications, inAppNotifications);
notificationPreferences = new NotificationPreferences(true, true, EmailNotificationType.DAILY, emailNotifications, inAppNotifications);
}
@Test