From f0fb66be7d8c235938f6ce3a782fcfec2d85a4cd Mon Sep 17 00:00:00 2001 From: Warren Date: Tue, 7 Aug 2018 08:58:36 +0100 Subject: [PATCH] Fix unit test - One less Action class as Aduit has been removed from the context menu as its now part of the info tab on a content node --- src/Umbraco.Tests/Composing/TypeLoaderTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Tests/Composing/TypeLoaderTests.cs b/src/Umbraco.Tests/Composing/TypeLoaderTests.cs index 09411f6d20..c6365ba4a2 100644 --- a/src/Umbraco.Tests/Composing/TypeLoaderTests.cs +++ b/src/Umbraco.Tests/Composing/TypeLoaderTests.cs @@ -272,7 +272,7 @@ AnotherContentFinder public void Resolves_Actions() { var actions = _typeLoader.GetActions(); - Assert.AreEqual(35, actions.Count()); + Assert.AreEqual(34, actions.Count()); } [Test]