Resolved various failing tests.

This commit is contained in:
Andy Butland
2020-08-25 12:30:43 +02:00
parent b4e01392d9
commit 8241643183
44 changed files with 234 additions and 207 deletions

View File

@@ -59,7 +59,7 @@ namespace Umbraco.Core.Configuration.Models
//}
// return DefaultCharCollection;
public IEnumerable<IChar> CharCollection { get; set; }
public IEnumerable<IChar> CharCollection { get; set; } = DefaultCharCollection;
public class CharItem : IChar
{