Fix baseline profile generation benchmark.

This commit is contained in:
Clark Chen
2023-06-15 14:51:12 -04:00
committed by Cody Henthorne
parent 361727cec6
commit 0049c74323

View File

@@ -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())