Skip to content

Commit

Permalink
misc: fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dupdob committed Dec 26, 2024
1 parent 60a7a04 commit 6fad9f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class ValidateStrykerResults
SyntaxKind.FieldDeclaration,
SyntaxKind.OperatorDeclaration,
SyntaxKind.IndexerDeclaration,
SyntaxKind.GlobalStatement,
]
);
private const string MutationReportJson = "mutation-report.json";
Expand Down

0 comments on commit 6fad9f2

Please sign in to comment.