Skip to content

Commit

Permalink
adjust expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Dec 1, 2023
1 parent 23c6635 commit 2045b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Realm.Tests/Sync/UserManagementTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ public void UserLogOut_RaisesChanged()

await tcs.Task;

Assert.That(user.State, Is.EqualTo(UserState.LoggedOut));
Assert.That(user.State, Is.EqualTo(UserState.Removed));
});
}

Expand Down

0 comments on commit 2045b62

Please sign in to comment.