Skip to content

Commit

Permalink
Update BulkheadSpecsBase.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 7, 2023
1 parent 2448e49 commit a698903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polly.Specs/Bulkhead/BulkheadSpecsBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ protected void UpdateActuals()
}
}

protected AssertionFailure ActualsMatchExpecteds()
protected AssertionFailure? ActualsMatchExpecteds()
{
UpdateActuals();

Expand Down

0 comments on commit a698903

Please sign in to comment.