Fix up unit test as a new Data Editor was added for Block Editor

This commit is contained in:
Warren Buckley
2020-02-04 10:00:39 +00:00
parent 199ea404ed
commit fcad2c4863
@@ -268,7 +268,7 @@ AnotherContentFinder
public void GetDataEditors()
{
var types = _typeLoader.GetDataEditors();
Assert.AreEqual(38, types.Count());
Assert.AreEqual(39, types.Count());
}
/// <summary>