Skip to content

Commit

Permalink
Ignore line required only in Unity in mutation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbergen committed Oct 11, 2024
1 parent 0c61662 commit ff85c20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions com.beatwaves.responsible/Runtime/TestInstructionExecutor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ internal async Task<T> RunInstruction<T>(
throw;
}

// This only affects Unity, so no .NET test will catch the mutation
// Stryker disable once statement
await Task.Yield();

var message = e is TimeoutException
Expand Down

0 comments on commit ff85c20

Please sign in to comment.