Skip to content

Commit de78560

Browse files
committed
Fix unit test mocks
1 parent f569553 commit de78560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/DataValueReferenceFactoryCollectionTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public class DataValueReferenceFactoryCollectionTests
3636
Mock.Of<ITemporaryFileService>(),
3737
Mock.Of<IScopeProvider>(),
3838
Mock.Of<IBackOfficeSecurityAccessor>(),
39-
Mock.Of<IDataTypeConfigurationCache>()));
39+
Mock.Of<IDataTypeConfigurationCache>(),
40+
Mock.Of<ILocalizedTextService>()));
4041

4142
private IIOHelper IOHelper { get; } = Mock.Of<IIOHelper>();
4243

0 commit comments

Comments
 (0)