Skip to content

Commit fb2600a

Browse files
committed
Merge branch 'xunit.v3' of https://github.com/Bertk/coverlet into xunit.v3
2 parents c3c7971 + 21ab2ff commit fb2600a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coverlet.integration.tests/BaseTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ private protected void AddCoverletMsbuildRef(string projectPath)
193193
xml.Save(csproj);
194194
}
195195

196-
private protected void AddCoverletCollectosRef(string projectPath)
196+
private protected void AddCoverletCollectorsRef(string projectPath)
197197
{
198198
string csproj = Path.Combine(projectPath, "coverlet.integration.template.csproj");
199199
if (!File.Exists(csproj))

0 commit comments

Comments
 (0)