Tidying namespaces

This commit is contained in:
Chris Cameron
2017-08-10 16:22:50 -04:00
parent c5bf645b74
commit 9175cc4703
8 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
using ICD.Common.Utils.Extensions;
using NUnit.Framework;
namespace ICD.Common.Utils.Tests_NetStandard.Extensions
namespace ICD.Common.Utils.Tests.Extensions
{
[TestFixture]
public sealed class ByteExtensionsTest

View File

@@ -4,7 +4,7 @@ using NUnit.Framework;
using System.Collections.Generic;
using System.Linq;
namespace ICD.Common.Utils.Tests_NetStandard.Extensions
namespace ICD.Common.Utils.Tests.Extensions
{
[TestFixture]
public sealed class EnumerableExtensionsTest

View File

@@ -3,7 +3,7 @@ using NUnit.Framework;
using System.Collections.Generic;
using System;
namespace ICD.Common.Utils.Tests_NetStandard.Extensions
namespace ICD.Common.Utils.Tests.Extensions
{
[TestFixture]
public sealed class ListExtensionsTest

View File

@@ -2,7 +2,7 @@
using NUnit.Framework;
using System.Linq;
namespace ICD.Common.Utils.Tests_NetStandard.Extensions
namespace ICD.Common.Utils.Tests.Extensions
{
[TestFixture]
public sealed class StringExtensionsTest