Skip to content

Commit

Permalink
Fix unit test mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Migaroez committed Dec 9, 2024
1 parent f569553 commit de78560
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>();

Expand Down

0 comments on commit de78560

Please sign in to comment.