From 3e586991df01b0030ba58b8aecbf2940faa37e88 Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Wed, 14 Jul 2021 01:19:40 +1000 Subject: [PATCH] Update src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/SupressNotificationsTests.cs Co-authored-by: Andy Butland --- .../Umbraco.Infrastructure/Scoping/SupressNotificationsTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/SupressNotificationsTests.cs b/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/SupressNotificationsTests.cs index 4d71959417..c5cff66d0a 100644 --- a/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/SupressNotificationsTests.cs +++ b/src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/SupressNotificationsTests.cs @@ -84,7 +84,7 @@ namespace Umbraco.Cms.Tests.Integration.Umbraco.Infrastructure.Scoping } [Test] - public void GivenSuppressedNotificationsOnParent_WhenChildSupresses_ThenExceptionIsThrown() + public void GivenSuppressedNotificationsOnParent_WhenChildSuppresses_ThenExceptionIsThrown() { using (IScope parentScope = ScopeProvider.CreateScope(autoComplete: true)) using (IDisposable parentSuppressed = parentScope.Notifications.Suppress())