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; }