From 32f7ea6c29228a65a07341537c4ec7df3eeb299a Mon Sep 17 00:00:00 2001 From: Killerqu00 Date: Wed, 29 Jan 2025 13:24:14 +0100 Subject: [PATCH] slight text adjustment --- Content.IntegrationTests/Tests/PostMapInitTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 906b96ebf0..e18271af53 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -158,7 +158,7 @@ namespace Content.IntegrationTests.Tests Assert.That(postMapInit, Is.False, $"Map {map.Filename} was saved postmapinit"); - // testing that maps have nothing with the "DO NOT MAP" suffix + // testing that maps have nothing with the DoNotMap entity category // I do it here because it's basically copy-paste code for the most part var yamlEntities = root["entities"]; if (!protoManager.TryIndex("DoNotMap", out var dnmCategory)) @@ -171,7 +171,7 @@ namespace Content.IntegrationTests.Tests continue; if (proto.Categories.Contains(dnmCategory) && !DoNotMapWhitelist.Contains(map.ToString())) { - Assert.Fail($"\nMap {map} has the DO NOT MAP prototype {proto.Name}"); + Assert.Fail($"\nMap {map} has the DO NOT MAP category in prototype {proto.Name}"); } } } -- 2.51.2