Downgraded cherry picked test to work on 8.2.1

This commit is contained in:
Bjarke Berg
2019-10-22 16:22:19 +02:00
parent 54bb5bb835
commit a4c4a978d9

View File

@@ -1108,7 +1108,7 @@ namespace Umbraco.Tests.PublishedContent
_snapshotService.Notify(new[] _snapshotService.Notify(new[]
{ {
new ContentCacheRefresher.JsonPayload(1, Guid.Empty, TreeChangeTypes.RefreshNode) new ContentCacheRefresher.JsonPayload(1, TreeChangeTypes.RefreshNode)
}, out _, out _); }, out _, out _);
Assert.AreEqual(2, contentStore.Test.LiveGen); Assert.AreEqual(2, contentStore.Test.LiveGen);
@@ -1183,7 +1183,7 @@ namespace Umbraco.Tests.PublishedContent
_snapshotService.Notify(new[] _snapshotService.Notify(new[]
{ {
new ContentCacheRefresher.JsonPayload(1, Guid.Empty, changeType) new ContentCacheRefresher.JsonPayload(1, changeType)
}, out _, out _); }, out _, out _);
Assert.AreEqual(assertGen, contentStore.Test.LiveGen); Assert.AreEqual(assertGen, contentStore.Test.LiveGen);