diff --git a/src/Umbraco.Tests/Plugins/PluginManagerTests.cs b/src/Umbraco.Tests/Plugins/PluginManagerTests.cs index 78e040349a..d5461efd5d 100644 --- a/src/Umbraco.Tests/Plugins/PluginManagerTests.cs +++ b/src/Umbraco.Tests/Plugins/PluginManagerTests.cs @@ -282,7 +282,8 @@ namespace Umbraco.Tests.Plugins public void Resolves_Attributed_Trees() { var trees = _manager.ResolveAttributedTrees(); - Assert.AreEqual(17, trees.Count()); + // commit 6c5e35ec2cbfa31be6790d1228e0c2faf5f55bc8 brings the count down to 14 + Assert.AreEqual(14, trees.Count()); } [Test]