]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix GridFill comp skip (#21944)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Wed, 29 Nov 2023 02:20:37 +0000 (13:20 +1100)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 02:20:37 +0000 (21:20 -0500)
Oop.

Content.IntegrationTests/Tests/EntityTest.cs

index 042db1deb3c9a4fe21298b31861f2957f4a9468c..5414164f27aeea935749ce3a67785c0c141098a4 100644 (file)
@@ -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",