From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 29 Nov 2023 02:20:37 +0000 (+1100) Subject: Fix GridFill comp skip (#21944) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=cebf0823ebd8b5cd33e9954d458eb3596c07860e;p=space-station-14.git Fix GridFill comp skip (#21944) Oop. --- diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index 042db1deb3..5414164f27 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -303,7 +303,7 @@ namespace Content.IntegrationTests.Tests "DebugExceptionExposeData", "DebugExceptionInitialize", "DebugExceptionStartup", - "GridFillComponent", + "GridFill", "Map", // We aren't testing a map entity in this test "MapGrid", "Broadphase",