зеркало из https://github.com/dotnet/razor.git
Add missing `ReturnAsync` for mock
This commit is contained in:
Родитель
a182da61ec
Коммит
e67fab8002
|
@ -79,6 +79,7 @@ public class VisualStudioFileChangeTrackerTest(ITestOutputHelper testOutput) : V
|
|||
.Verifiable();
|
||||
fileChangeService
|
||||
.Setup(f => f.UnadviseFileChangeAsync(123, It.IsAny<CancellationToken>()))
|
||||
.ReturnsAsync(TestProjectData.SomeProjectImportFile.FilePath)
|
||||
.Verifiable();
|
||||
var tracker = new VisualStudioFileChangeTracker(
|
||||
TestProjectData.SomeProjectImportFile.FilePath,
|
||||
|
|
Загрузка…
Ссылка в новой задаче