Очистка мусора
This commit is contained in:
+5
-5
@@ -1,12 +1,12 @@
|
||||
using FluentAssertions;
|
||||
using NSubstitute;
|
||||
using Vortex.Modules.Chats.Application.Abstractions;
|
||||
using Vortex.Modules.Chats.Application.Chats.GetOrCreateFavorites;
|
||||
using Vortex.Modules.Chats.Domain;
|
||||
using Vortex.Shared.Kernel;
|
||||
using Knot.Modules.Chats.Application.Abstractions;
|
||||
using Knot.Modules.Chats.Application.Chats.GetOrCreateFavorites;
|
||||
using Knot.Modules.Chats.Domain;
|
||||
using Knot.Shared.Kernel;
|
||||
using Xunit;
|
||||
|
||||
namespace Vortex.Modules.Chats.UnitTests;
|
||||
namespace Knot.Modules.Chats.UnitTests;
|
||||
|
||||
public class GetOrCreateFavoritesCommandHandlerTests
|
||||
{
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Modules\Chats\Vortex.Modules.Chats.csproj" />
|
||||
<ProjectReference Include="..\..\src\Modules\Chats\Knot.Modules.Chats.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Modules\Identity\Vortex.Modules.Identity.csproj" />
|
||||
<ProjectReference Include="..\..\src\Modules\Identity\Knot.Modules.Identity.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
+5
-5
@@ -1,13 +1,13 @@
|
||||
using FluentAssertions;
|
||||
using NSubstitute;
|
||||
using Vortex.Modules.Identity.Application.Abstractions;
|
||||
using Vortex.Modules.Identity.Application.Users.Login;
|
||||
using Vortex.Modules.Identity.Domain;
|
||||
using Vortex.Shared.Kernel;
|
||||
using Knot.Modules.Identity.Application.Abstractions;
|
||||
using Knot.Modules.Identity.Application.Users.Login;
|
||||
using Knot.Modules.Identity.Domain;
|
||||
using Knot.Shared.Kernel;
|
||||
using Xunit;
|
||||
using BCrypt.Net;
|
||||
|
||||
namespace Vortex.Modules.Identity.UnitTests;
|
||||
namespace Knot.Modules.Identity.UnitTests;
|
||||
|
||||
public class LoginUserCommandHandlerTests
|
||||
{
|
||||
+5
-5
@@ -1,12 +1,12 @@
|
||||
using FluentAssertions;
|
||||
using NSubstitute;
|
||||
using Vortex.Modules.Identity.Application.Abstractions;
|
||||
using Vortex.Modules.Identity.Application.Users.Register;
|
||||
using Vortex.Modules.Identity.Domain;
|
||||
using Vortex.Shared.Kernel;
|
||||
using Knot.Modules.Identity.Application.Abstractions;
|
||||
using Knot.Modules.Identity.Application.Users.Register;
|
||||
using Knot.Modules.Identity.Domain;
|
||||
using Knot.Shared.Kernel;
|
||||
using Xunit;
|
||||
|
||||
namespace Vortex.Modules.Identity.UnitTests;
|
||||
namespace Knot.Modules.Identity.UnitTests;
|
||||
|
||||
public class RegisterUserCommandHandlerTests
|
||||
{
|
||||
Reference in New Issue
Block a user