Skip to content

Commit 8c2bdc6

Browse files
committed
apply copilot comments
1 parent 9c341dc commit 8c2bdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coverlet.integration.tests/Msbuild.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Msbuild : BaseTest
1414
private readonly string _buildConfiguration;
1515
private readonly string _buildTargetFramework;
1616
private readonly ITestOutputHelper _output;
17-
private static readonly string s_expectedResult = "| coverletsamplelib.integration.template | 50 % | 100 % | 50 % |";
17+
private static readonly string s_expectedResult = "| coverletsamplelib.integration.template | 50% | 100% | 50% |";
1818

1919
public Msbuild(ITestOutputHelper output)
2020
{

0 commit comments

Comments
 (0)