We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b49ab commit 0979a23Copy full SHA for 0979a23
tests/CommunityToolkit.Datasync.Client.Test/Offline/Integration_Pull_Tests.cs
@@ -152,7 +152,7 @@ public async Task PullAsync_WithLocalData_Works()
152
await this.context.MoviesWithLocalData.PushAsync();
153
154
// Reload the local data from the server and check that the local data is still there
155
- await this.context.Entry(t1).ReloadAsync();
+ await this.context.Entry(t2).ReloadAsync();
156
t2.UserRating.Should().Be(5);
157
t2.Title.Should().Be("New Title");
158
0 commit comments