Prevent multiple first time schema create

This commit is contained in:
Paul Johnson
2020-12-18 14:10:11 +00:00
parent 6114fffb4a
commit e4e26159ae
3 changed files with 39 additions and 35 deletions

View File

@@ -19,8 +19,6 @@ namespace Umbraco.Tests.Integration.Testing
private static LocalDb.Instance _localDbInstance;
private static string _filesPath;
private const int _threadCount = 2;
public static LocalDbTestDatabase Instance { get; private set; }
//It's internal because `Umbraco.Core.Persistence.LocalDb` is internal