Define the notification sound name in AppSettings. (#5106)
This commit is contained in:
@@ -21,6 +21,7 @@ final class NotificationContentBuilderTests: XCTestCase {
|
||||
destination: .notification)
|
||||
mediaProvider = MediaProviderMock(configuration: .init())
|
||||
notificationContentBuilder = NotificationContentBuilder(messageEventStringBuilder: stringBuilder,
|
||||
notificationSoundName: UNNotificationSoundName("message.caf"),
|
||||
userSession: NSEUserSessionMock(.init()))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user