diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 6eada564207..d3940718714 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -252,6 +252,7 @@ await server.WaitPost(() => // This is done inside gamemap test because loading the map takes ages and we already have it. var spawnPoints = entManager.EntityQuery() .Where(x => x.SpawnType == SpawnPointType.Job) + .Where(x => x.Job!.JobEntity == null) .Select(x => x.Job!.ID); jobs.ExceptWith(spawnPoints);