Skip to content

Commit

Permalink
fix broke test
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed May 24, 2024
1 parent a65898d commit ee869d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public async Task GetAllStatsAsync_Get_Correct_Reject_Count()

Assert.Equal(1, resultCollection.First().TotalExecutions);
Assert.Equal(1, resultCollection.First().TotalRejections);
Assert.Equal(1, resultCollection.First().TotalFailures);
Assert.Equal(0, resultCollection.First().TotalFailures);
}

[Fact]
Expand Down

0 comments on commit ee869d7

Please sign in to comment.