We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6893835 commit 02e0bdcCopy full SHA for 02e0bdc
src/Cake.AzureDevOps.Tests/Pipelines/AzureDevOpsBuildTests.cs
@@ -101,7 +101,7 @@ public void Should_Throw_If_Input_Test_Outcomes_Are_Invalid()
101
fixture.WorkItemTrackingClientFactory);
102
103
// When
104
- var result = Record.Exception(() => build.GetTestRuns(null, new[] { "FakeOutcome" }));
+ var result = Record.Exception(() => build.GetTestRuns(null, ["FakeOutcome"]));
105
106
// Then
107
result.IsArgumentException(null);
0 commit comments