Skip to content

Commit 2b60c2e

Browse files
committed
update tests
1 parent 94aa9d3 commit 2b60c2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FineCodeCoverageTests/MsCodeCoverage/MsCodeCoverageRunSettingsService_IRunSettingsService_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private string GetFCCMsTestAdapterPath()
134134
.Returns("ZipDestination");
135135

136136
msCodeCoverageRunSettingsService.Initialize(null, null, CancellationToken.None);
137-
return Path.Combine("ZipDestination", "build", "netstandard1.0");
137+
return Path.Combine("ZipDestination", "build", "netstandard2.0");
138138
}
139139

140140
}

FineCodeCoverageTests/MsCodeCoverage/MsCodeCoverageRunSettingsService_IsCollecting_Tests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,13 +510,13 @@ private void VerifyCombinedLogMessage(string message)
510510
private string InitializeFCCMsTestAdapterPath()
511511
{
512512
InitializeZipDestination();
513-
return Path.Combine("ZipDestination", "build", "netstandard1.0");
513+
return Path.Combine("ZipDestination", "build", "netstandard2.0");
514514
}
515515

516516
private string InitializeShimPath()
517517
{
518518
InitializeZipDestination();
519-
return Path.Combine("ZipDestination", "build", "netstandard1.0", "CodeCoverage", "coreclr", "Microsoft.VisualStudio.CodeCoverage.Shim.dll");
519+
return Path.Combine("ZipDestination", "build", "netstandard2.0", "CodeCoverage", "coreclr", "Microsoft.VisualStudio.CodeCoverage.Shim.dll");
520520
}
521521

522522
private void InitializeZipDestination()

0 commit comments

Comments
 (0)