Fixes up tests

This commit is contained in:
Shannon
2018-07-16 20:24:49 +10:00
parent d3ad0b8e03
commit 9a2aa8fff0
9 changed files with 138 additions and 89 deletions

View File

@@ -36,7 +36,7 @@ namespace Umbraco.Web.Models.Mapping
/// <param name="dataTypeService"></param>
/// <param name="localizedTextService"></param>
internal static void AddListView(
ITabbedContentItem<ContentPropertyDisplay> display,
ITabbedContent<ContentPropertyDisplay> display,
string contentTypeAlias, string entityType,
IDataTypeService dataTypeService, ILocalizedTextService localizedTextService)
{