mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
[TearDown] added
This commit is contained in:
@@ -112,6 +112,13 @@ public class OnlinePingingControllerTests
|
||||
_loggerMock.VerifyLog(LogLevel.Error, exception.Message, Times.Once());
|
||||
_pingHandlerServiceMock.Verify(x => x.Ping(It.IsAny<Guid>()), Times.Never());
|
||||
}
|
||||
|
||||
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
_controller?.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
// Helper extension for verifying logger calls
|
||||
|
||||
Reference in New Issue
Block a user