From cebf0823ebd8b5cd33e9954d458eb3596c07860e Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:20:37 +1100 Subject: [PATCH] Fix GridFill comp skip (#21944) Oop. --- Content.IntegrationTests/Tests/EntityTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.52.0