Update src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/SupressNotificationsTests.cs
Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user