Skip to content

Commit

Permalink
Update ValidateStrykerResults.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdmitrij authored May 22, 2024
1 parent 9ac57f4 commit 6841729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void NetCore()

var report = JsonConvert.DeserializeObject<JsonReport>(strykerRunOutput);

CheckReportMutants(report, total: 130, ignored: 60, survived: 5, killed: 10, timeout: 2, nocoverage: 45);
CheckReportMutants(report, total: 129, ignored: 59, survived: 5, killed: 10, timeout: 2, nocoverage: 45);
CheckReportTestCounts(report, total: 19);
}

Expand Down

0 comments on commit 6841729

Please sign in to comment.