mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Infer type.
This commit is contained in:
parent
55b61775e8
commit
3e79da6a79
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ class KeyShareTests : InstrumentedTest {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
val txId: String = "m.testVerif12"
|
val txId = "m.testVerif12"
|
||||||
aliceVerificationService2.beginKeyVerification(VerificationMethod.SAS, aliceSession1.myUserId, aliceSession1.sessionParams.deviceId
|
aliceVerificationService2.beginKeyVerification(VerificationMethod.SAS, aliceSession1.myUserId, aliceSession1.sessionParams.deviceId
|
||||||
?: "", txId)
|
?: "", txId)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue