mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Fix baseline profile generation benchmark.
This commit is contained in:
committed by
Cody Henthorne
parent
361727cec6
commit
0049c74323
@@ -52,7 +52,8 @@ object TestUsers {
|
||||
profileKey = registrationRepository.getProfileKey("+15555550101"),
|
||||
fcmToken = "fcm-token",
|
||||
pniRegistrationId = registrationRepository.pniRegistrationId,
|
||||
recoveryPassword = "asdfasdfasdfasdf"
|
||||
recoveryPassword = "asdfasdfasdfasdf",
|
||||
preKeyCollections = RegistrationRepository.generatePreKeys()!!
|
||||
)
|
||||
val verifyResponse = VerifyResponse(VerifyAccountResponse(UUID.randomUUID().toString(), UUID.randomUUID().toString(), false), null, null)
|
||||
AccountManagerFactory.setInstance(DummyAccountManagerFactory())
|
||||
|
||||
Reference in New Issue
Block a user