3305 - fixed tests

This commit is contained in:
Bjarke Berg
2019-01-16 15:25:42 +01:00
parent 35650536c8
commit 664a892fd5
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
public override PublishedCultureInfo GetCulture(string culture = null) => throw new NotSupportedException();
public override IReadOnlyDictionary<string, PublishedCultureInfo> Cultures => throw new NotSupportedException();
public override IReadOnlyDictionary<string, PublishedCultureInfo> Cultures => new Dictionary<string, PublishedCultureInfo>();
public override string WriterName
{