From b7dfb58777df2b7d85111e5740273d9cf38e9457 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Mon, 22 Feb 2021 14:53:11 +0100 Subject: [PATCH] Make dummy icon test ignore abstract prototypes --- Content.IntegrationTests/Tests/DummyIconTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.IntegrationTests/Tests/DummyIconTest.cs b/Content.IntegrationTests/Tests/DummyIconTest.cs index 4aac6ed326..1555481fe4 100644 --- a/Content.IntegrationTests/Tests/DummyIconTest.cs +++ b/Content.IntegrationTests/Tests/DummyIconTest.cs @@ -24,7 +24,7 @@ namespace Content.IntegrationTests.Tests { foreach (var proto in prototypeManager.EnumeratePrototypes()) { - if (!proto.Components.ContainsKey("Sprite")) continue; + if (proto.Abstract || !proto.Components.ContainsKey("Sprite")) continue; Assert.DoesNotThrow(() => {