Skip to content

Commit

Permalink
Rework order of platform networking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Aug 8, 2024
1 parent dc25d9b commit d750ee7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PlatformNetworkingTests {

@Test
fun syncRoundTrip() = runBlocking {
setOf(true, false).forEach { platformNetworking ->
setOf(false, true).forEach { platformNetworking ->
TestApp(this::class.simpleName, DefaultFlexibleSyncAppInitializer, builder = {
it.usePlatformNetworking(platformNetworking)
}).use { app ->
Expand Down Expand Up @@ -68,6 +68,7 @@ class PlatformNetworkingTests {
},
"Failed to verify log statements for : platformNetworking=$platformNetworking"
)
RealmLog.remove(logger)
}
}
}
Expand Down

0 comments on commit d750ee7

Please sign in to comment.