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:
@@ -335,4 +335,10 @@ public class FriendsHubTests
|
||||
Assert.That(result.Status, Is.EqualTo(HubResultStatus.ServerError));
|
||||
Assert.That(result.ErrorMessage, Is.EqualTo("Unexpected error! Please try later!"));
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
_hub?.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user