recommitting, the build server just died for some reason

This commit is contained in:
Shannon
2019-03-29 00:08:53 +11:00
parent 5a626acb3a
commit c67298dcd4

View File

@@ -124,7 +124,7 @@ namespace Umbraco.Tests.Services
p3.SetValue("Hello", "en-US"); //ignored since this is variant
var p4 = new Property(new PropertyType(dataType, "test4") { Mandatory = true, Variations = ContentVariation.Nothing });
p4.SetValue(null, null); //invalid
var content = Mock.Of<IContent>(
x => x.Properties == new PropertyCollection(new[] { p1, p2, p3, p4 }));