Rename CultureImpactService.cs to CultureImpactFactory.cs

This commit is contained in:
Zeegaan
2022-07-06 12:50:52 +02:00
parent 99486339d9
commit 50e06ca596
7 changed files with 42 additions and 42 deletions

View File

@@ -266,7 +266,7 @@ public class ContentControllerTests
Mock.Of<ICoreScopeProvider>(),
Mock.Of<IAuthorizationService>(),
Mock.Of<IContentVersionService>(),
Mock.Of<ICultureImpactService>());
Mock.Of<ICultureImpactFactory>());
return controller;
}