From ad7981246e8bd3680a60a1075129db34ff844a63 Mon Sep 17 00:00:00 2001 From: berg Date: Wed, 20 Jan 2021 16:45:19 +0100 Subject: [PATCH] Fix test --- .../Umbraco.Infrastructure/Services/ContentEventsTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEventsTests.cs b/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEventsTests.cs index aaaa73416f..1a2f39f51f 100644 --- a/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEventsTests.cs +++ b/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Services/ContentEventsTests.cs @@ -2009,7 +2009,7 @@ namespace Umbraco.Tests.Integration.Umbraco.Infrastructure.Services } [Test] - public void HasInitialContent() => Assert.AreEqual(4, ContentService.Count()); + public void HasInitialContent() => Assert.AreEqual(5, ContentService.Count()); #endregion