Skip to content

Commit

Permalink
Update Nhl.Api.Tests/StatisticsTests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Afischbacher and coderabbitai[bot] authored Sep 21, 2024
1 parent 7322674 commit c20acdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Nhl.Api.Tests/StatisticsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ public async Task GetRealtimePlayerStatisticsBySeasonAndFilterAsync_Returns_Vali

foreach (var player in result.PlayerRealtimeStatisticsResults)
{
Assert.IsTrue(player.OvertimeGoals > 1);
Assert.IsTrue(player.ShootsCatches == ShootsCatches.Right);
Assert.IsTrue(player.EmptyNetPoints > 1);
Assert.IsTrue(player.EmptyNetGoals >= 1);
Expand Down

0 comments on commit c20acdd

Please sign in to comment.