diff --git a/src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs b/src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs index 76c8b9169e..39abc1837c 100644 --- a/src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs +++ b/src/Umbraco.Tests/Persistence/Repositories/ContentTypeRepositoryTest.cs @@ -1031,7 +1031,6 @@ namespace Umbraco.Tests.Persistence.Repositories Mandatory = false, SortOrder = 1, DataTypeId = Constants.DataTypes.Textbox, - LabelOnTop = true, Variations = ContentVariation.Nothing }); elementType.PropertyGroups.Add(new PropertyGroup(contentCollection) {Name = "Content", SortOrder = 1});