From 130a4cdd6af966e686c54f6d5ac6a611c9a5da0c Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Wed, 13 Jul 2022 19:43:24 -0400 Subject: [PATCH] Update ContainerOcclusionTest.cs (#9692) --- Content.IntegrationTests/Tests/ContainerOcclusionTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.IntegrationTests/Tests/ContainerOcclusionTest.cs b/Content.IntegrationTests/Tests/ContainerOcclusionTest.cs index fc69394913..4f1e72ed2f 100644 --- a/Content.IntegrationTests/Tests/ContainerOcclusionTest.cs +++ b/Content.IntegrationTests/Tests/ContainerOcclusionTest.cs @@ -127,8 +127,8 @@ namespace Content.IntegrationTests.Tests var containerB = ent.SpawnEntity("ContainerOcclusionB", pos); dummy = ent.SpawnEntity("ContainerOcclusionDummy", pos); - entStorage.Insert(dummy, containerA); - entStorage.Insert(dummy, containerA); + entStorage.Insert(containerB, containerA); + entStorage.Insert(dummy, containerB); }); await PoolManager.RunTicksSync(pairTracker.Pair, 5);