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 c20acdd commit 03c2c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nhl.Api.Tests/StatisticsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ public async Task GetRealtimePlayerStatisticsBySeasonAndFilterAsync_Returns_Vali

var result = await nhlApi.GetPlayerStatisticsBySeasonAndFilterExpressionAsync(SeasonYear.season20102011, expression);

// Act
// Assert
Assert.IsNotNull(expression);
Assert.IsNotNull(result);
Assert.IsTrue(result.Total >= 800);
Expand Down

0 comments on commit 03c2c8b

Please sign in to comment.