Fix after rebase.

This commit is contained in:
Andy Butland
2020-10-06 08:28:02 +02:00
parent 6736860f4b
commit 30e49ac548

View File

@@ -28,9 +28,9 @@ namespace Umbraco.Tests.Services
private GlobalSettings _globalSettings;
public override async Task Setup()
public override void Setup()
{
await base.Setup();
base.Setup();
ContentRepositoryBase.ThrowOnWarning = true;
_globalSettings = new GlobalSettings();
}