mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Dependency update
This commit is contained in:
@@ -25,7 +25,7 @@ public abstract partial class EntitySpawnHelpersTest : RobustIntegrationTest
|
||||
protected SharedContainerSystem Container = default!;
|
||||
|
||||
// Even if unused, content / downstream tests might use this class, so removal would be a breaking change?
|
||||
protected IMapManager MapMan = default!;
|
||||
protected IMapManager MapMan = default!;
|
||||
|
||||
protected EntityUid Map;
|
||||
protected MapId MapId;
|
||||
@@ -102,6 +102,12 @@ public abstract partial class EntitySpawnHelpersTest : RobustIntegrationTest
|
||||
Assert.That(GrandChildBPos.Position, Is.EqualTo(new Vector2(2, 1)));
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
{
|
||||
Server?.Dispose();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Simple container that can store up to 2 entities.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user