We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147f23e commit 5d18566Copy full SHA for 5d18566
1 file changed
test/TranslationLayer.UnitTests/VsTestConsoleWrapperTests.cs
@@ -56,6 +56,7 @@ public void TestInitialize()
56
57
this.mockRequestSender.Setup(rs => rs.WaitForRequestHandlerConnection(It.IsAny<int>())).Returns(true);
58
this.mockRequestSender.Setup(rs => rs.InitializeCommunication()).Returns(100);
59
+ this.mockRequestSender.Setup(rs => rs.InitializeCommunicationAsync(It.IsAny<int>())).Returns(Task.FromResult(100));
60
}
61
62
[TestMethod]
0 commit comments