Skip to content

Commit

Permalink
Fix formatting in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Dec 7, 2023
1 parent 0834a9c commit df77357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<RealmChange<Realm>>(failIfBufferIsEmptyOnCancel = false)
Expand Down

0 comments on commit df77357

Please sign in to comment.