fix: use correct namespace in move packet converter tests
1 files changed, 1 insertions(+), 1 deletions(-) M Tests/NosSmooth.Packets.Tests/Converters/Packets/MovePacketConverterTests.cs
M Tests/NosSmooth.Packets.Tests/Converters/Packets/MovePacketConverterTests.cs => Tests/NosSmooth.Packets.Tests/Converters/Packets/MovePacketConverterTests.cs +1 -1
@@ 9,7 9,7 @@ using NosCore.Shared.Enumerations; using NosSmooth.Packets.Attributes; using NosSmooth.Packets.Converters; using NosSmooth.Packets.Extensions; using NosSmooth.Packets.Packets.Server.Map; using NosSmooth.Packets.Packets.Server.Entities; using Xunit; namespace NosSmooth.Packets.Tests.Converters.Packets;