Fix integration tests
This commit is contained in:
@@ -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 = @"
|
||||||
|
|||||||
Reference in New Issue
Block a user