Align namespaces in Umbraco.Tests.Integration

This commit is contained in:
Mole
2021-02-11 08:30:27 +01:00
parent eb2cf9b4da
commit d621174f31
113 changed files with 215 additions and 327 deletions

View File

@@ -3,7 +3,6 @@
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Threading;
@@ -11,7 +10,7 @@ using Microsoft.Extensions.Logging;
using Umbraco.Core.Persistence;
// ReSharper disable ConvertToUsingDeclaration
namespace Umbraco.Tests.Integration.Testing
namespace Umbraco.Cms.Tests.Integration.Testing
{
/// <remarks>
/// It's not meant to be pretty, rushed port of LocalDb.cs + LocalDbTestDatabase.cs