mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 12:28:39 +00:00
Remove PL.Tests dependency on all server projects
Should allow slightly faster parallelized builds.
This commit is contained in:
parent
5420583021
commit
e72e924c40
9 changed files with 14 additions and 12 deletions
|
@ -3,12 +3,13 @@ using System.Threading.Tasks;
|
|||
using LBPUnion.ProjectLighthouse;
|
||||
using LBPUnion.ProjectLighthouse.Helpers;
|
||||
using LBPUnion.ProjectLighthouse.PlayerData.Profiles;
|
||||
using LBPUnion.ProjectLighthouse.Servers.GameServer.Startup;
|
||||
using LBPUnion.ProjectLighthouse.Tests;
|
||||
using Xunit;
|
||||
|
||||
namespace ProjectLighthouse.Tests.GameApiTests.Tests;
|
||||
|
||||
public class DatabaseTests : LighthouseServerTest
|
||||
public class DatabaseTests : LighthouseServerTest<GameServerTestStartup>
|
||||
{
|
||||
[DatabaseFact]
|
||||
public async Task CanCreateUserTwice()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue