Skip to content

Commit 830cfc2

Browse files
authored
Merge pull request #492 from tonyhallett/fix-update-test-from-last-release
correct test from last pr
2 parents eafcfc5 + fad2222 commit 830cfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FineCodeCoverageTests/CoverletDataCollectorUtil_Initialize_Tests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void Should_Ensure_Unzipped_And_Sets_The_Quoted_TestAdapterPathArg()
2929
mockToolFolder.Setup(cf => cf.EnsureUnzipped("appdatafolder", "coverletCollector", "coverlet.collector",ct)).Returns("zipdestination");
3030

3131
coverletDataCollector.Initialize("appdatafolder",ct);
32-
Assert.AreEqual($@"""{Path.Combine("zipdestination", "build", "netstandard1.0")}""", coverletDataCollector.TestAdapterPathArg);
32+
Assert.AreEqual($@"""{Path.Combine("zipdestination", "build", "netstandard2.0")}""", coverletDataCollector.TestAdapterPathArg);
3333

3434
}
3535
}

0 commit comments

Comments
 (0)