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:
@@ -272,7 +272,7 @@ AnotherContentFinder
|
||||
public void Resolves_Actions()
|
||||
{
|
||||
var actions = _typeLoader.GetActions();
|
||||
Assert.AreEqual(35, actions.Count());
|
||||
Assert.AreEqual(34, actions.Count());
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user