mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 21:24:58 +00:00
Fixing namespaces
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user