mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
[TearDown] added
This commit is contained in:
@@ -380,4 +380,10 @@ public class SessionControllerTests
|
||||
It.IsAny<Func<It.IsAnyType, Exception, string>>()), Times.Once());
|
||||
}
|
||||
#endregion
|
||||
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
_controller?.Dispose();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user