Load grid error related changes (#10817)
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Content.IntegrationTests.Tests.Body
|
||||
await server.WaitPost(() =>
|
||||
{
|
||||
mapId = mapManager.CreateMap();
|
||||
grid = mapLoader.LoadBlueprint(mapId, testMapName).gridId;
|
||||
grid = mapLoader.LoadGrid(mapId, testMapName).gridId;
|
||||
});
|
||||
|
||||
Assert.NotNull(grid, $"Test blueprint {testMapName} not found.");
|
||||
@@ -144,7 +144,7 @@ namespace Content.IntegrationTests.Tests.Body
|
||||
await server.WaitPost(() =>
|
||||
{
|
||||
mapId = mapManager.CreateMap();
|
||||
grid = mapLoader.LoadBlueprint(mapId, testMapName).gridId;
|
||||
grid = mapLoader.LoadGrid(mapId, testMapName).gridId;
|
||||
});
|
||||
|
||||
Assert.NotNull(grid, $"Test blueprint {testMapName} not found.");
|
||||
|
||||
Reference in New Issue
Block a user