[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
@@ -3,6 +3,7 @@ using Govor.API.Common.SignalR.Helpers;
using Govor.API.Hubs;
using Govor.Application.Interfaces;
using Govor.Application.Interfaces.Messages;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Moq;
@@ -44,4 +45,11 @@ public class ChatsHubTests
{
}
[TearDown]
public void TearDown()
{
_chatsHub?.Dispose();
}
}