Fix AllComponentsOneToOneDeleteTest

This commit is contained in:
Janet Blackquill
2025-09-30 00:19:11 -04:00
parent 53a2b04077
commit ffc7b81273

View File

@@ -390,6 +390,7 @@ namespace Content.IntegrationTests.Tests
"LoadedChunk", // Worldgen chunk loading malding. "LoadedChunk", // Worldgen chunk loading malding.
"BiomeSelection", // Whaddya know, requires config. "BiomeSelection", // Whaddya know, requires config.
"ActivatableUI", // Requires enum key "ActivatableUI", // Requires enum key
"Woundable", // Offbrand - we're not doing this on its own
}; };
await using var pair = await PoolManager.GetServerClient(); await using var pair = await PoolManager.GetServerClient();