chore: remove redundant test namespace using in gate tests

pull/188/head
VinPropane 2026-06-27 19:40:13 -04:00
parent 58a188eac0
commit 81f4cde673
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ using Microsoft.Extensions.Options;
using NeonSprawl.Server.Game.Factions; using NeonSprawl.Server.Game.Factions;
using NeonSprawl.Server.Game.PositionState; using NeonSprawl.Server.Game.PositionState;
using NeonSprawl.Server.Game.Quests; using NeonSprawl.Server.Game.Quests;
using NeonSprawl.Server.Tests;
using Xunit; using Xunit;
namespace NeonSprawl.Server.Tests.Game.Factions; namespace NeonSprawl.Server.Tests.Game.Factions;