diff --git a/UnitTests/Sources/NotificationManager/NotificationManagerTests.swift b/UnitTests/Sources/NotificationManager/NotificationManagerTests.swift index 701614ac7..15867be90 100644 --- a/UnitTests/Sources/NotificationManager/NotificationManagerTests.swift +++ b/UnitTests/Sources/NotificationManager/NotificationManagerTests.swift @@ -40,6 +40,7 @@ final class NotificationManagerTests: XCTestCase { AppSettings.resetAllSettings() notificationCenter = UserNotificationCenterMock() notificationCenter.requestAuthorizationOptionsReturnValue = true + notificationCenter.authorizationStatusReturnValue = .authorized notificationManager = NotificationManager(notificationCenter: notificationCenter, appSettings: appSettings) notificationManager.start()