Fixes integration tests localization text

This commit is contained in:
Shannon
2020-09-04 01:30:47 +10:00
parent e6b6dd6d92
commit 1c83c68862
6 changed files with 48 additions and 174 deletions

View File

@@ -40,7 +40,7 @@ namespace Umbraco.Core.Persistence.Repositories.Implement
protected override ILanguage PerformGet(int id)
{
throw new NotSupportedException(); // not required since policy is full dataset
return PerformGetAll(id).FirstOrDefault();
}
protected override IEnumerable<ILanguage> PerformGetAll(params int[] ids)