Remove PL.Tests dependency on all server projects

Should allow slightly faster parallelized builds.
This commit is contained in:
jvyden 2022-07-28 16:15:46 -04:00
commit e72e924c40
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
9 changed files with 14 additions and 12 deletions

View file

@ -6,12 +6,13 @@ using LBPUnion.ProjectLighthouse.Helpers;
using LBPUnion.ProjectLighthouse.Levels;
using LBPUnion.ProjectLighthouse.PlayerData;
using LBPUnion.ProjectLighthouse.PlayerData.Profiles;
using LBPUnion.ProjectLighthouse.Servers.GameServer.Startup;
using LBPUnion.ProjectLighthouse.Tests;
using Xunit;
namespace ProjectLighthouse.Tests.GameApiTests.Tests;
public class SlotTests : LighthouseServerTest
public class SlotTests : LighthouseServerTest<GameServerTestStartup>
{
[DatabaseFact]
public async Task ShouldOnlyShowUsersLevels()