From: Tayrtahn Date: Mon, 21 Apr 2025 21:46:07 +0000 (-0400) Subject: Remove non-functional ninja exemption from `SpawnAndDeleteEntityCountTest` (#36813) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=17813825da5daa16ee8463f23e76c59233d7da96;p=space-station-14.git Remove non-functional ninja exemption from `SpawnAndDeleteEntityCountTest` (#36813) Remove non-functional ninja exemption from SpawnAndDeleteEntityCountTest --- 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));