Skip to content

Commit 21ab2ff

Browse files
authored
Update BaseTest.cs
1 parent e1d8cad commit 21ab2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coverlet.integration.tests/BaseTest.cs

Lines changed: 1 addition & 1 deletion
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)