Skip to content

Commit

Permalink
Updates according to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Jul 10, 2024
1 parent 66a8ced commit 101f780
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ class SyncedRealmTests {
val message = error.message
assertNotNull(message)
assertIs<WrongSyncTypeException>(error)
// FIXME
assertTrue(error.isFatal)
// Deprecated
assertIs<UnrecoverableSyncException>(error)
assertTrue(
message.contains("Client connected using flexible sync when app is using partition-based sync"),
Expand Down

0 comments on commit 101f780

Please sign in to comment.