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 b3381cc commit 283301c
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 @@ -638,7 +638,7 @@ public async Task GetRealtimePlayerStatisticsBySeasonAndFilterAsync_Returns_Vali

var result = await nhlApi.GetRealtimePlayerStatisticsBySeasonAndFilterExpressionAsync(SeasonYear.season20232024, expression);

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

0 comments on commit 283301c

Please sign in to comment.