Move some files out of Content.Shared root because I forgot (#4182)
This commit is contained in:
@@ -5,8 +5,9 @@ using Content.Client.IoC;
|
||||
using Content.Server;
|
||||
using Content.Server.IoC;
|
||||
using Content.Shared;
|
||||
using Content.Shared.IoC;
|
||||
using Robust.UnitTesting;
|
||||
using EntryPoint = Content.Server.EntryPoint.EntryPoint;
|
||||
using EntryPoint = Content.Server.Entry.EntryPoint;
|
||||
|
||||
namespace Content.Tests
|
||||
{
|
||||
@@ -32,7 +33,7 @@ namespace Content.Tests
|
||||
{
|
||||
var l = new List<Assembly>
|
||||
{
|
||||
typeof(Content.Shared.EntryPoint).Assembly
|
||||
typeof(Content.Shared.Entry.EntryPoint).Assembly
|
||||
};
|
||||
|
||||
if (Project == UnitTestProject.Server)
|
||||
@@ -41,7 +42,7 @@ namespace Content.Tests
|
||||
}
|
||||
else if (Project == UnitTestProject.Client)
|
||||
{
|
||||
l.Add(typeof(Content.Client.EntryPoint.EntryPoint).Assembly);
|
||||
l.Add(typeof(Content.Client.Entry.EntryPoint).Assembly);
|
||||
}
|
||||
|
||||
l.Add(typeof(ContentUnitTest).Assembly);
|
||||
|
||||
Reference in New Issue
Block a user