From 17813825da5daa16ee8463f23e76c59233d7da96 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Mon, 21 Apr 2025 17:46:07 -0400 Subject: [PATCH] Remove non-functional ninja exemption from `SpawnAndDeleteEntityCountTest` (#36813) Remove non-functional ninja exemption from SpawnAndDeleteEntityCountTest --- Content.IntegrationTests/Tests/EntityTest.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index 3992272b5b..d78d58f80c 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -277,11 +277,6 @@ namespace Content.IntegrationTests.Tests { foreach (var protoId in protoIds) { - // TODO fix ninja - // Currently ninja fails to equip their own loadout. - if (protoId == "MobHumanSpaceNinja") - continue; - var count = Count(server.EntMan); var clientCount = Count(client.EntMan); var serverEntities = new HashSet(Entities(server.EntMan)); -- 2.51.2