Each session now have it's proper crypto store

This commit is contained in:
Benoit Marty 2020-02-24 15:03:12 +01:00
parent 1e44e77503
commit b3c8b5526d
1 changed files with 0 additions and 3 deletions

View File

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