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:
@@ -257,4 +257,10 @@ public class ChatLoadControllerTests
|
||||
// Assert
|
||||
Assert.That(result, Is.InstanceOf<BadRequestObjectResult>());
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
_controller?.Dispose();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user