fix(tests): add needed using
4 files changed, 4 insertions(+), 3 deletions(-) M Tests/NosSmooth.Packets.Tests/Converters/Packets/FcPacketConverterTests.cs M Tests/NosSmooth.Packets.Tests/Converters/Packets/InPacketConverterTests.cs M Tests/NosSmooth.Packets.Tests/Converters/Packets/MovePacketConverterTests.cs M Tests/NosSmooth.Packets.Tests/Converters/Packets/PinitPacketConverterTest.cs
M Tests/NosSmooth.Packets.Tests/Converters/Packets/FcPacketConverterTests.cs => Tests/NosSmooth.Packets.Tests/Converters/Packets/FcPacketConverterTests.cs +1 -2
@@ 6,12 6,11 @@ using Microsoft.Extensions.DependencyInjection; using NosSmooth.Packets.Enums; using NosSmooth.Packets.Extensions; using NosSmooth.Packets.Packets; using NosSmooth.Packets.Server.Act4; using NosSmooth.PacketSerializer; using NosSmooth.PacketSerializer.Abstractions.Attributes; using NosSmooth.PacketSerializer.Extensions; using NosSmooth.PacketSerializer.Packets; using Xunit; namespace NosSmooth.Packets.Tests.Converters.Packets;
M Tests/NosSmooth.Packets.Tests/Converters/Packets/InPacketConverterTests.cs => Tests/NosSmooth.Packets.Tests/Converters/Packets/InPacketConverterTests.cs +1 -1
@@ 9,13 9,13 @@ using Microsoft.Extensions.DependencyInjection; using NosSmooth.Packets.Enums; using NosSmooth.Packets.Enums.Entities; using NosSmooth.Packets.Enums.Players; using NosSmooth.Packets.Server.Entities; using NosSmooth.Packets.Server.Maps; using NosSmooth.Packets.Server.Players; using NosSmooth.Packets.Server.Weapons; using NosSmooth.PacketSerializer; using NosSmooth.PacketSerializer.Abstractions.Attributes; using NosSmooth.PacketSerializer.Extensions; using NosSmooth.PacketSerializer.Packets; using Xunit; namespace NosSmooth.Packets.Tests.Converters.Packets;
M Tests/NosSmooth.Packets.Tests/Converters/Packets/MovePacketConverterTests.cs => Tests/NosSmooth.Packets.Tests/Converters/Packets/MovePacketConverterTests.cs +1 -0
@@ 10,6 10,7 @@ using NosSmooth.Packets.Server.Entities; using NosSmooth.PacketSerializer; using NosSmooth.PacketSerializer.Abstractions.Attributes; using NosSmooth.PacketSerializer.Extensions; using NosSmooth.PacketSerializer.Packets; using Xunit; namespace NosSmooth.Packets.Tests.Converters.Packets;
M Tests/NosSmooth.Packets.Tests/Converters/Packets/PinitPacketConverterTest.cs => Tests/NosSmooth.Packets.Tests/Converters/Packets/PinitPacketConverterTest.cs +1 -0
@@ 10,6 10,7 @@ using NosSmooth.Packets.Server.Groups; using NosSmooth.PacketSerializer; using NosSmooth.PacketSerializer.Abstractions.Attributes; using NosSmooth.PacketSerializer.Extensions; using NosSmooth.PacketSerializer.Packets; using Xunit; namespace NosSmooth.Packets.Tests.Converters.Packets;