Update src/Umbraco.Tests.Integration/Umbraco.Infrastructure/Scoping/SupressNotificationsTests.cs

Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
Shannon Deminick
2021-07-14 01:19:35 +10:00
committed by GitHub
parent a39f5da65b
commit e30bc55ffe

View File

@@ -17,7 +17,7 @@ namespace Umbraco.Cms.Tests.Integration.Umbraco.Infrastructure.Scoping
{
[TestFixture]
[UmbracoTest(Database = UmbracoTestOptions.Database.NewSchemaPerTest)]
public class SupressNotificationsTests : UmbracoIntegrationTest
public class SuppressNotificationsTests : UmbracoIntegrationTest
{
private IContentService ContentService => GetRequiredService<IContentService>();
private IContentTypeService ContentTypeService => GetRequiredService<IContentTypeService>();