Skip to content

Commit cebe145

Browse files
authored
Kill mutant (#1395)
1 parent 84a6d53 commit cebe145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Polly.Core/Retry/RetryResilienceStrategy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ protected override async ValueTask<Outcome<T>> ExecuteCallbackAsync<TState>(Func
8787
}
8888

8989
// stryker disable once equality : no means to test this
90+
// stryker disable once boolean : no means to test this
9091
if (delay > TimeSpan.Zero)
9192
{
9293
try

0 commit comments

Comments
 (0)