Skip to content

Commit

Permalink
Change assertion in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zysim committed Oct 23, 2024
1 parent a5ee3c1 commit 8f5227d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeaderboardBackend.Test/Leaderboards.cs
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,6 @@ public async Task RestoreLeaderboard_Conflict()

LeaderboardViewModel? model = await exAssert.Which.Response.Content.ReadFromJsonAsync<LeaderboardViewModel>(TestInitCommonFields.JsonSerializerOptions);
model.Should().NotBeNull();
model!.Slug.Should().Be("conflicted-mario-world");
model!.Id.Should().Be(reclaimed.Id);
}
}

0 comments on commit 8f5227d

Please sign in to comment.