Improve NotificationPushRuleType protocol

This commit is contained in:
Alfonso Grillo
2023-02-02 15:33:20 +01:00
parent ddc268b01e
commit 11c3a1d880
5 changed files with 11 additions and 10 deletions
@@ -49,6 +49,6 @@ class MockNotificationSettingsService: NotificationSettingsServiceType, Observab
return
}
rules[ruleIndex] = MockNotificationPushRule(ruleId: ruleId, enabled: enabled, actions: actions)
rules[ruleIndex] = MockNotificationPushRule(ruleId: ruleId, enabled: enabled, ruleActions: actions)
}
}