Fix funny access test namespace

This commit is contained in:
Kara D
2022-01-10 18:13:12 -07:00
parent 81fb52c041
commit 02a23eb29b

View File

@@ -1,12 +1,11 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using Content.IntegrationTests;
using Content.Shared.Access.Components;
using Content.Shared.Access.Systems;
using NUnit.Framework;
using Robust.Shared.GameObjects;
namespace Content.Tests.Server.GameObjects.Components.Access
namespace Content.IntegrationTests.Tests.Access
{
[TestFixture]
[TestOf(typeof(AccessReaderComponent))]