mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 03:05:26 +00:00
Add notification profile id for backupsv2.
This commit is contained in:
@@ -41,7 +41,8 @@ class NotificationProfilesTest {
|
||||
"first",
|
||||
"",
|
||||
createdAt = 1000L,
|
||||
schedule = NotificationProfileSchedule(1)
|
||||
schedule = NotificationProfileSchedule(1),
|
||||
notificationProfileId = NotificationProfileId.generate()
|
||||
)
|
||||
|
||||
private val second = NotificationProfile(
|
||||
@@ -49,7 +50,8 @@ class NotificationProfilesTest {
|
||||
"second",
|
||||
"",
|
||||
createdAt = 2000L,
|
||||
schedule = NotificationProfileSchedule(2)
|
||||
schedule = NotificationProfileSchedule(2),
|
||||
notificationProfileId = NotificationProfileId.generate()
|
||||
)
|
||||
|
||||
private lateinit var notificationProfileValues: NotificationProfileValues
|
||||
|
||||
Reference in New Issue
Block a user