Skip to content

Commit

Permalink
Test udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Jul 18, 2024
1 parent 7901a14 commit 90e38c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class FLXProgressListenerTests {
@Test
fun uploadProgressListener_changesOnly() = runBlocking {
Realm.open(createSyncConfig(app.createUserAndLogin())).use { realm ->
realm.syncSession.uploadAllLocalChanges(TIMEOUT)
realm.syncSession.downloadAllServerChanges(TIMEOUT)
for (i in 0..3) {
realm.writeSampleData(TEST_SIZE, timeout = TIMEOUT)
realm.syncSession.progressAsFlow(Direction.UPLOAD, ProgressMode.CURRENT_CHANGES)
Expand Down

0 comments on commit 90e38c2

Please sign in to comment.