Init CurrentCore

This commit is contained in:
Bjarke Berg
2019-11-07 14:08:07 +01:00
parent f4fee90b7e
commit 4529cd408a
19 changed files with 21 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ namespace Umbraco.Tests.Cache.DistributedCache
.Add<TestCacheRefresher>();
Current.Factory = composition.CreateFactory();
CurrentCore.Factory = composition.CreateFactory();
_distributedCache = new Umbraco.Web.Cache.DistributedCache();
}