Fix some test warnings (#24324)

Extracted from smug's pr.
This commit is contained in:
metalgearsloth
2024-01-20 17:15:10 +11:00
committed by GitHub
parent f10ecf4410
commit 4a13dbea76
5 changed files with 36 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ namespace Content.IntegrationTests.Tests
await server.WaitAssertion(() =>
{
var mapId = mapMan.CreateMap();
var grid = mapMan.CreateGrid(mapId);
var grid = mapMan.CreateGridEntity(mapId);
gridEnt = grid.Owner;
Assert.Multiple(() =>