Fix some tests

This commit is contained in:
Stephan
2018-05-04 18:13:06 +02:00
parent b35d28c568
commit 71ed99f080
4 changed files with 8 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ namespace Umbraco.Core.Models
Id = 0; // no identity
VersionId = 0; // no versions
SetName(culture, name);
SetName(name, culture);
_contentTypeId = contentType.Id;
_properties = properties ?? throw new ArgumentNullException(nameof(properties));