diff --git a/packages/test-sync/src/commonTest/kotlin/io/realm/kotlin/test/mongodb/common/SyncedRealmTests.kt b/packages/test-sync/src/commonTest/kotlin/io/realm/kotlin/test/mongodb/common/SyncedRealmTests.kt index d81063cfc8..b33e0ed05f 100644 --- a/packages/test-sync/src/commonTest/kotlin/io/realm/kotlin/test/mongodb/common/SyncedRealmTests.kt +++ b/packages/test-sync/src/commonTest/kotlin/io/realm/kotlin/test/mongodb/common/SyncedRealmTests.kt @@ -221,7 +221,7 @@ class SyncedRealmTests { partitionValue = partitionValue ) val realm1 = Realm.open(config1) - // We don't fully control all events from the server, so do not check + // We don't fully control all events from the server, so do not check // for an empty buffer because we might accidentally see multiple updates // from the server. val c = TestChannel>(failIfBufferIsEmptyOnCancel = false)