Skip to content

Commit 7ec572d

Browse files
Marusykdevlead
authored andcommitted
Fix SA1010
1 parent 1d40c7c commit 7ec572d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cake.Common.Tests/Unit/Tools/DotNet/Sln/Add/DotNetSlnAdderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void Should_Throw_If_ProjectPath_Is_Empty()
6464
{
6565
// Given
6666
var fixture = new DotNetSlnAdderFixture();
67-
fixture.ProjectPath = [];
67+
fixture.ProjectPath = new FilePath[] { };
6868

6969
// When
7070
var result = Record.Exception(() => fixture.Run());

0 commit comments

Comments
 (0)