Migrated MemberTypeServiceTests.

This commit is contained in:
Andy Butland
2020-10-11 09:23:17 +02:00
parent ea10860101
commit d3ebeedf72
3 changed files with 50 additions and 124 deletions

View File

@@ -137,8 +137,8 @@ namespace Umbraco.Tests.Common.Builders
{
var builder = new MemberTypeBuilder();
var memberType = builder
.WithAlias("simple")
.WithName("Simple Member")
.WithAlias(alias)
.WithName(name)
.AddPropertyGroup()
.WithName("Content")
.WithSortOrder(1)