Fixed failing unit test.
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Umbraco.Core.PropertyEditors
|
||||
/// </summary>
|
||||
public class MissingPropertyEditor : IDataEditor
|
||||
{
|
||||
public string Alias => "missing";
|
||||
public string Alias => "Umbraco.Missing";
|
||||
|
||||
public EditorType Type => EditorType.Nothing;
|
||||
|
||||
|
||||
@@ -275,7 +275,7 @@ AnotherContentFinder
|
||||
public void GetDataEditors()
|
||||
{
|
||||
var types = _typeLoader.GetDataEditors();
|
||||
Assert.AreEqual(38, types.Count());
|
||||
Assert.AreEqual(39, types.Count());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user