Fixing namespaces

This commit is contained in:
Chris Cameron
2018-01-15 11:19:47 -05:00
parent 2a248a50c2
commit 88484c6861
18 changed files with 24 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
using ICD.Common.Services.Logging;
using ICD.Common.Utils.Services.Logging;
using NUnit.Framework;
namespace ICD.Common.Utils.Tests.Services.Logging

View File

@@ -1,7 +1,7 @@
using ICD.Common.Properties;
using ICD.Common.Services.Logging;
using NUnit.Framework;
using System;
using ICD.Common.Utils.Services.Logging;
namespace ICD.Common.Utils.Tests.Services.Logging
{

View File

@@ -1,4 +1,4 @@
using ICD.Common.Services.Logging;
using ICD.Common.Utils.Services.Logging;
using NUnit.Framework;
namespace ICD.Common.Utils.Tests.Services.Logging

View File

@@ -1,5 +1,5 @@
using System;
using ICD.Common.Services;
using ICD.Common.Utils.Services;
using NUnit.Framework;
namespace ICD.Common.Utils.Tests.Services