Add promt fix tests
All checks were successful
SonarQube / Build and analyze (push) Successful in 2m54s
All checks were successful
SonarQube / Build and analyze (push) Successful in 2m54s
This commit is contained in:
@@ -375,7 +375,7 @@ public class StatusCommandTests : UnitTestBase
|
||||
|
||||
var session = TestDataBuilder.ChatSessions.CreateBasicSession(12345, "private");
|
||||
session.AddUserMessage("Test", "user");
|
||||
chatServiceMock.Setup(x => x.GetSession(12345)).Returns(session);
|
||||
chatServiceMock.Setup(x => x.GetSessionAsync(12345)).ReturnsAsync(session);
|
||||
|
||||
var statusCommand = new StatusCommand(
|
||||
chatServiceMock.Object,
|
||||
|
||||
Reference in New Issue
Block a user