mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
Each session now have it's proper crypto store
This commit is contained in:
parent
1e44e77503
commit
b3c8b5526d
1 changed files with 0 additions and 3 deletions
|
@ -1229,9 +1229,6 @@ class KeysBackupTest : InstrumentedTest {
|
|||
|
||||
val aliceUserId = cryptoTestData.firstSession.myUserId
|
||||
|
||||
// Logout first Alice session, else they will share the same Crypto store and some tests may fail.
|
||||
mTestHelper.doSync<Unit> { cryptoTestData.firstSession.signOut(true, it) }
|
||||
|
||||
// - Log Alice on a new device
|
||||
val aliceSession2 = mTestHelper.logIntoAccount(aliceUserId, defaultSessionParamsWithInitialSync)
|
||||
|
||||
|
|
Loading…
Reference in a new issue