Simplicity

This commit is contained in:
Stephan
2017-10-31 12:50:30 +01:00
parent ec6ba01cbf
commit 829d995154
60 changed files with 681 additions and 683 deletions

View File

@@ -91,7 +91,7 @@ namespace Umbraco.Tests.Published
// mocked published snapshot returns a content cache
publishedSnapshot
.Setup(x => x.ContentCache)
.Setup(x => x.Content)
.Returns(contentCache.Object);
var publishedSnapshotAccessor = new Mock<IPublishedSnapshotAccessor>();