Merge pull request #10914 from umbraco/v9/bugfix/integration-tests-orphaned-localdb

Shutdown (localdb)\UmbracoTests when we're done with it
This commit is contained in:
Paul Johnson
2021-08-20 17:11:04 +01:00
committed by GitHub

View File

@@ -126,6 +126,8 @@ namespace Umbraco.Cms.Tests.Integration.Testing
}
}
_localDb.StopInstance(InstanceName);
foreach (string file in Directory.EnumerateFiles(s_filesPath))
{
if (file.EndsWith(".mdf") == false && file.EndsWith(".ldf") == false)