[TearDown] added

This commit is contained in:
Artemy
2025-11-04 11:51:37 +07:00
parent c720ae3667
commit c462d065f4
9 changed files with 60 additions and 0 deletions
@@ -380,4 +380,10 @@ public class SessionControllerTests
It.IsAny<Func<It.IsAnyType, Exception, string>>()), Times.Once());
}
#endregion
[TearDown]
public void TearDown()
{
_controller?.Dispose();
}
}