File tree Expand file tree Collapse file tree 2 files changed +197
-169
lines changed
packages/test-sync/src/commonTest/kotlin/io/realm/kotlin/test/mongodb/common Expand file tree Collapse file tree 2 files changed +197
-169
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import io.realm.kotlin.mongodb.sync.SyncConfiguration
88import io.realm.kotlin.test.mongodb.TestApp
99import io.realm.kotlin.test.mongodb.asTestApp
1010import io.realm.kotlin.test.mongodb.createUserAndLogIn
11- import io.realm.kotlin.test.mongodb.util.DefaultPartitionBasedAppInitializer
11+ import io.realm.kotlin.test.mongodb.util.DefaultFlexibleSyncAppInitializer
1212import io.realm.kotlin.test.util.TestHelper
1313import io.realm.kotlin.test.util.use
1414import kotlin.test.AfterTest
@@ -29,7 +29,7 @@ class SyncClientTests {
2929
3030 @BeforeTest
3131 fun setup () {
32- app = TestApp (this ::class .simpleName, DefaultPartitionBasedAppInitializer )
32+ app = TestApp (this ::class .simpleName, DefaultFlexibleSyncAppInitializer )
3333 val (email, password) = TestHelper .randomEmail() to " password1234"
3434 user = runBlocking {
3535 app.createUserAndLogIn(email, password)
You can’t perform that action at this time.
0 commit comments