Fix integration tests

This commit is contained in:
Vera Aguilera Puerto
2021-05-30 12:10:03 +02:00
parent 888095cbbd
commit 8a6ab624ab

View File

@@ -102,7 +102,8 @@ namespace Content.IntegrationTests.Tests
"DebugExceptionInitialize", "DebugExceptionInitialize",
"DebugExceptionStartup", "DebugExceptionStartup",
"Map", // We aren't testing a map entity in this test "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 = @" var testEntity = @"
@@ -204,7 +205,8 @@ namespace Content.IntegrationTests.Tests
"DebugExceptionInitialize", "DebugExceptionInitialize",
"DebugExceptionStartup", "DebugExceptionStartup",
"Map", // We aren't testing a map entity in this test "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 = @" var testEntity = @"