Skip to content

Commit 348f785

Browse files
committed
use xunit.v3.core.dll for test SkipEmbeddedPdbWithoutLocalSource
1 parent b5b365c commit 348f785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/coverlet.core.tests/Coverage/InstrumenterHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public void Retry(Action action, Func<TimeSpan> backoffStrategy, int maxAttemptC
253253
}
254254
}
255255

256-
// We log to files for debugging pourpose, we can check if instrumentation is ok
256+
// We log to files for debugging purpose, we can check if instrumentation is ok
257257
class Logger : ILogger
258258
{
259259
readonly string _logFile;

test/coverlet.core.tests/Instrumentation/InstrumenterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ public void TestInstrument_ExcludedFilesHelper(string[] excludeFilterHelper, Val
418418
[Fact]
419419
public void SkipEmbeddedPdbWithoutLocalSource()
420420
{
421-
string xunitDll = Directory.GetFiles(Directory.GetCurrentDirectory(), "xunit.core.dll").First();
421+
string xunitDll = Directory.GetFiles(Directory.GetCurrentDirectory(), "xunit.v3.core.dll").First();
422422
var loggerMock = new Mock<ILogger>();
423423

424424
var instrumentationHelper =

0 commit comments

Comments
 (0)