Changes namespace for packet tests (#285)

This commit is contained in:
Kamron Batman 2020-10-24 19:10:53 -07:00 committed by GitHub
parent 6bd4f0d265
commit e0da7209f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 26 additions and 26 deletions

View file

@ -3,7 +3,7 @@ using System.Buffers;
using Server.Network;
using Xunit;
namespace Server.Tests.Network.Packets
namespace Server.Tests.Network
{
public class ObjectHelpResponseTests
{