Fix unit test mocks

This commit is contained in:
Sven Geusens
2024-12-09 15:08:12 +01:00
parent 329e42cf73
commit ddeb25395a

View File

@@ -36,7 +36,8 @@ public class DataValueReferenceFactoryCollectionTests
Mock.Of<ITemporaryFileService>(),
Mock.Of<IScopeProvider>(),
Mock.Of<IBackOfficeSecurityAccessor>(),
Mock.Of<IDataTypeConfigurationCache>()));
Mock.Of<IDataTypeConfigurationCache>(),
Mock.Of<ILocalizedTextService>()));
private IIOHelper IOHelper { get; } = Mock.Of<IIOHelper>();