Move job priority enum parity test ot unit tests (#3300)

This commit is contained in:
DrSmugleaf
2021-02-18 13:43:31 +01:00
committed by GitHub
parent 4f2add8f90
commit 3766410178

View File

@@ -3,7 +3,7 @@ using Content.Server.Database;
using Content.Shared.Preferences; using Content.Shared.Preferences;
using NUnit.Framework; using NUnit.Framework;
namespace Content.IntegrationTests.Tests.Job namespace Content.Tests.Shared.Preferences.Job
{ {
[TestFixture] [TestFixture]
[TestOf(typeof(JobPriority))] [TestOf(typeof(JobPriority))]