Skip to content

Commit 1e2562f

Browse files
committed
refactor: correct project file path in SolutionAnalyzerTests for consistency
1 parent af636d7 commit 1e2562f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeLineCounter.Tests/SolutionAnalyzerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public SolutionAnalyzerTest()
2626
# Visual Studio Version 17
2727
VisualStudioVersion = 17.0.31903.59
2828
MinimumVisualStudioVersion = 10.0.40219.1
29-
Project(""{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"") = ""TestProject"", ""TestProject\TestProject.csproj"", ""{F60AAFF8-A3B6-4D3C-9372-06A0F1B6F82B}""
29+
Project(""{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"") = ""TestProject"", ""TestProject.csproj"", ""{F60AAFF8-A3B6-4D3C-9372-06A0F1B6F82B}""
3030
EndProject");
3131
}
3232
}

0 commit comments

Comments
 (0)