Fix funny access test namespace

This commit is contained in:
Kara D 2022-01-10 18:13:12 -07:00
parent 81fb52c041
commit 02a23eb29b
No known key found for this signature in database
GPG Key ID: 42F001DDA3E95C84
1 changed files with 1 additions and 2 deletions

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))]