Align namespaces in Umbraco.Tests.UnitTests

This commit is contained in:
Mole
2021-02-10 14:58:22 +01:00
parent 476d60cc50
commit eb2cf9b4da
262 changed files with 312 additions and 562 deletions

View File

@@ -6,11 +6,11 @@ using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Moq;
using NUnit.Framework;
using Umbraco.Cms.Tests.UnitTests.AutoFixture;
using Umbraco.Cms.Web.BackOffice.Controllers;
using Umbraco.Core.Security;
using Umbraco.Tests.UnitTests.AutoFixture;
namespace Umbraco.Tests.UnitTests.Umbraco.Web.BackOffice.Controllers
namespace Umbraco.Cms.Tests.UnitTests.Umbraco.Web.BackOffice.Controllers
{
[TestFixture]
public class UsersControllerTests