mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 20:54:58 +00:00
Fixing namespaces
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using NUnit.Framework;
|
||||
using ICD.Common.Properties;
|
||||
using ICD.Common.Utils.Collections;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Icd.Common.Utils.Tests.Collections
|
||||
namespace ICD.Common.Utils.Tests.Collections
|
||||
{
|
||||
[TestFixture]
|
||||
public sealed class IcdHashSetTest
|
||||
|
||||
Reference in New Issue
Block a user