Fix unit test mocks

This commit is contained in:
Sven Geusens
2024-12-09 15:08:22 +01:00
parent f569553d79
commit de78560343

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>();