mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Fix test: ensure the session is open
This commit is contained in:
parent
5afdc81ce0
commit
9443b80811
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue