fix C# test

This commit is contained in:
Niels Lyngsø
2020-03-09 15:28:42 +01:00
parent ad93436178
commit d92023e719
@@ -48,11 +48,11 @@ namespace Umbraco.Tests.PropertyEditors
private BlockListConfiguration ConfigForMany() => new BlockListConfiguration
{
Blocks = new[] {
new BlockListConfiguration.ElementType
new BlockListConfiguration.BlockConfiguration
{
Alias = "Test1"
},
new BlockListConfiguration.ElementType
new BlockListConfiguration.BlockConfiguration
{
Alias = "Test2"
}
@@ -62,7 +62,7 @@ namespace Umbraco.Tests.PropertyEditors
private BlockListConfiguration ConfigForSingle() => new BlockListConfiguration
{
Blocks = new[] {
new BlockListConfiguration.ElementType
new BlockListConfiguration.BlockConfiguration
{
Alias = "Test1"
}