Skip to content

Commit

Permalink
Fix SA1010
Browse files Browse the repository at this point in the history
  • Loading branch information
Marusyk committed Nov 7, 2024
1 parent e50ffcd commit 8c14ede
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void Should_Throw_If_ProjectPath_Is_Empty()
{
// Given
var fixture = new DotNetSlnAdderFixture();
fixture.ProjectPath = [];
fixture.ProjectPath = new FilePath[] { };

// When
var result = Record.Exception(() => fixture.Run());
Expand Down

0 comments on commit 8c14ede

Please sign in to comment.