Очистка мусора

This commit is contained in:
Халимов Рустам
2026-03-15 21:36:49 +03:00
parent c14999d319
commit 893c9f2316
424 changed files with 689 additions and 493340 deletions
@@ -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
{
@@ -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>
@@ -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>
@@ -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
{
@@ -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
{