Fix up failing unit test for the number of Trees found - this has gone down due this test is for implementing interface ITree which is the legacy type of Trees, where the new PartialViews & PartialView Macros now use TreeController

This commit is contained in:
Warren Buckley
2017-01-20 09:28:14 +00:00
parent 2f7b532209
commit f3e78e990f

View File

@@ -297,7 +297,7 @@ namespace Umbraco.Tests.Plugins
public void Resolves_Trees()
{
var trees = _manager.ResolveTrees();
Assert.AreEqual(39, trees.Count());
Assert.AreEqual(37, trees.Count());
}
[Test]