Fix test: ensure the session is open

This commit is contained in:
Benoit Marty 2021-02-18 18:46:23 +01:00
parent 5afdc81ce0
commit 9443b80811

View File

@ -46,7 +46,7 @@ class DeactivateAccountTest : InstrumentedTest {
@Test
fun deactivateAccountTest() {
val session = commonTestHelper.createAccount(TestConstants.USER_ALICE, SessionTestParams(withInitialSync = false))
val session = commonTestHelper.createAccount(TestConstants.USER_ALICE, SessionTestParams(withInitialSync = true))
// Deactivate the account
commonTestHelper.runBlockingTest {