Skip to content

Commit

Permalink
Use new array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Jan 11, 2024
1 parent 891cfb8 commit 3dab4ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal static class TestLoggerContextExtensions
context.HandleTestRunStart(
new TestRunStartEventArgs(
new TestRunCriteria(
new[] { testSuiteFilePath },
[testSuiteFilePath],
1,
true,
// lang=xml
Expand Down

0 comments on commit 3dab4ec

Please sign in to comment.