Derotate Saltern (#12503)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Emisse
2022-11-19 21:05:32 -07:00
committed by GitHub
parent bbca523756
commit 76874c7b6d
6 changed files with 16 additions and 74557 deletions

View File

@@ -82,7 +82,7 @@ namespace Content.IntegrationTests.Tests
/// Loads the default map, runs it for 5 ticks, then assert that it did not change.
/// </summary>
[Test]
public async Task LoadSaveTicksSaveSaltern()
public async Task LoadSaveTicksSaveBagel()
{
await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{NoClient = true});
var server = pairTracker.Pair.Server;
@@ -97,7 +97,7 @@ namespace Content.IntegrationTests.Tests
mapId = mapManager.CreateMap();
mapManager.AddUninitializedMap(mapId);
mapManager.SetMapPaused(mapId, true);
mapLoader.LoadMap(mapId, "Maps/saltern.yml");
mapLoader.LoadMap(mapId, "Maps/bagel.yml");
mapLoader.SaveMap(mapId, "load save ticks save 1.yml");
});