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

@ -2,7 +2,7 @@ using System;
using System.Runtime.CompilerServices;
using Server.Network;
namespace Server.Tests.Network.Packets
namespace Server.Tests.Network
{
public static class PacketTestUtilities
{