Remove IEventDispatcher, it's no longer used.

This commit is contained in:
Paul Johnson
2022-01-11 16:59:31 +00:00
parent 8d1fa717ba
commit ae2ff856fb
17 changed files with 8 additions and 1062 deletions

View File

@@ -29,7 +29,6 @@ namespace Umbraco.Cms.Tests.UnitTests.Umbraco.Infrastructure.Mapping
scopeMock.Setup(x => x.CreateScope(
It.IsAny<IsolationLevel>(),
It.IsAny<RepositoryCacheMode>(),
It.IsAny<IEventDispatcher>(),
It.IsAny<IScopedNotificationPublisher>(),
It.IsAny<bool?>(),
It.IsAny<bool>(),