From c00601acfc2693b321924952588efed7965d35fc Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:29:33 +1000 Subject: [PATCH] Cleanup metadata + xform on entitytest (#18396) --- Content.IntegrationTests/Tests/EntityTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index 2516decf72..6ce9c9206f 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -271,6 +271,7 @@ namespace Content.IntegrationTests.Tests // such as MetaData or Transform if (entityManager.HasComponent(entity, type)) { + entityManager.DeleteEntity(entity); continue; }