AuthControllerTests

This commit is contained in:
Artemy
2025-06-25 14:08:54 +07:00
parent 06cee5caae
commit e40489db40
5 changed files with 226 additions and 11 deletions
@@ -8,7 +8,7 @@ using Govor.Core.Repositories.Admins;
using Govor.Core.Repositories.Invaites;
using Moq;
namespace Govor.API.Tests.UnitTests.Services;
namespace Govor.API.Tests.UnitTests.Services.Authentication;
[TestFixture]
public class AuthServiceTests