Refactor editing, cleanup
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Umbraco.Tests.Persistence.Repositories
|
||||
{
|
||||
base.Compose();
|
||||
|
||||
Container.RegisterSingleton(f => new DataEditorCollection(Enumerable.Empty<ConfiguredDataEditor>()));
|
||||
Container.RegisterSingleton(f => new DataEditorCollection(Enumerable.Empty<DataEditor>()));
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user