From 8a6ab624ab36929f4d7b279cca3c2ce1ebb1212c Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Sun, 30 May 2021 12:10:03 +0200 Subject: [PATCH] Fix integration tests --- Content.IntegrationTests/Tests/EntityTest.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index 216e630032..cee014351c 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -102,7 +102,8 @@ namespace Content.IntegrationTests.Tests "DebugExceptionInitialize", "DebugExceptionStartup", "Map", // We aren't testing a map entity in this test - "MapGrid" + "MapGrid", + "Actor", // We aren't testing actor components, those need their player session set. }; var testEntity = @" @@ -204,7 +205,8 @@ namespace Content.IntegrationTests.Tests "DebugExceptionInitialize", "DebugExceptionStartup", "Map", // We aren't testing a map entity in this test - "MapGrid" + "MapGrid", + "Actor", // We aren't testing actor components, those need their player session set. }; var testEntity = @"