mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 12:45:01 +00:00
Tidying namespaces
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using ICD.Common.Services.Logging;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace ICD.Common.Utils.Tests_NetStandard.Services.Logging
|
||||
namespace ICD.Common.Utils.Tests.Services.Logging
|
||||
{
|
||||
[TestFixture]
|
||||
public sealed class LogItemEventArgsTest
|
||||
|
||||
@@ -3,7 +3,7 @@ using ICD.Common.Services.Logging;
|
||||
using NUnit.Framework;
|
||||
using System;
|
||||
|
||||
namespace ICD.Common.Utils.Tests_NetStandard.Services.Logging
|
||||
namespace ICD.Common.Utils.Tests.Services.Logging
|
||||
{
|
||||
[UsedImplicitly, TestFixture]
|
||||
public sealed class LogItemTest
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using ICD.Common.Services.Logging;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace ICD.Common.Utils.Tests_NetStandard.Services.Logging
|
||||
namespace ICD.Common.Utils.Tests.Services.Logging
|
||||
{
|
||||
[TestFixture]
|
||||
public sealed class SeverityEventArgsTest
|
||||
|
||||
Reference in New Issue
Block a user