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

This commit is contained in:
Warren
2018-08-07 08:58:36 +01:00
parent ef5fc2e7b2
commit f0fb66be7d

View File

@@ -272,7 +272,7 @@ AnotherContentFinder
public void Resolves_Actions()
{
var actions = _typeLoader.GetActions();
Assert.AreEqual(35, actions.Count());
Assert.AreEqual(34, actions.Count());
}
[Test]