This commit is contained in:
Alfonso Grillo
2023-02-02 16:36:50 +01:00
parent 11c3a1d880
commit eac3f34630
3 changed files with 96 additions and 12 deletions
@@ -16,7 +16,7 @@
import Foundation
struct MockNotificationPushRule: NotificationPushRuleType {
struct MockNotificationPushRule: NotificationPushRuleType, Equatable {
var ruleId: String!
var enabled: Bool
var ruleActions: NotificationActions? = NotificationStandardActions.notifyDefaultSound.actions