Cleanup integration tests prototype usage, naming and unused variables (#3114)
* Fix naming of prototypes variable in tests * Remove unused variables in tests * Remove unused variables in tests * Replace content entities with test entities * Fix airlock and lung test
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Content.IntegrationTests.Tests
|
||||
mapLoader.SaveBlueprint(new GridId(1), "save load save 1.yml");
|
||||
var mapId = mapManager.CreateMap();
|
||||
var grid = mapLoader.LoadBlueprint(mapId, "save load save 1.yml");
|
||||
mapLoader.SaveBlueprint(grid.Index, "save load save 2.yml");
|
||||
mapLoader.SaveBlueprint(grid!.Index, "save load save 2.yml");
|
||||
});
|
||||
|
||||
await server.WaitIdleAsync();
|
||||
|
||||
Reference in New Issue
Block a user