Skip to content

Commit

Permalink
Kill mutant (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jul 11, 2023
1 parent 84a6d53 commit cebe145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Polly.Core/Retry/RetryResilienceStrategy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ protected override async ValueTask<Outcome<T>> ExecuteCallbackAsync<TState>(Func
}

// stryker disable once equality : no means to test this
// stryker disable once boolean : no means to test this
if (delay > TimeSpan.Zero)
{
try
Expand Down

0 comments on commit cebe145

Please sign in to comment.