diff --git a/Assets/Mirror/Tests/Editor/InterestManagement/Grid2DTests.cs b/Assets/Mirror/Tests/Editor/InterestManagement/Grid2DTests.cs index c445d1a38..a96e478a4 100644 --- a/Assets/Mirror/Tests/Editor/InterestManagement/Grid2DTests.cs +++ b/Assets/Mirror/Tests/Editor/InterestManagement/Grid2DTests.cs @@ -2,7 +2,7 @@ using NUnit.Framework; using UnityEngine; -namespace Mirror.Tests +namespace Mirror.Tests.InterestManagement { public class Grid2DTests { diff --git a/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Common.cs b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Common.cs index 8b57a8966..a3ccb6f4b 100644 --- a/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Common.cs +++ b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Common.cs @@ -2,7 +2,7 @@ using NUnit.Framework; using UnityEngine; -namespace Mirror.Tests +namespace Mirror.Tests.InterestManagement { public abstract class InterestManagementTests_Common : MirrorEditModeTest { diff --git a/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Default.cs b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Default.cs index f33505d40..048277ef7 100644 --- a/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Default.cs +++ b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Default.cs @@ -1,7 +1,7 @@ // default = no component = everyone sees everyone using NUnit.Framework; -namespace Mirror.Tests +namespace Mirror.Tests.InterestManagement { public class InterestManagementTests_Default : InterestManagementTests_Common { diff --git a/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Distance.cs b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Distance.cs index f6fc604ae..17276f554 100644 --- a/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Distance.cs +++ b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_Distance.cs @@ -2,7 +2,7 @@ using NUnit.Framework; using UnityEngine; -namespace Mirror.Tests +namespace Mirror.Tests.InterestManagement { public class InterestManagementTests_Distance : InterestManagementTests_Common { diff --git a/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_SpatialHashing.cs b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_SpatialHashing.cs index aad90bf2b..8fdc13458 100644 --- a/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_SpatialHashing.cs +++ b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_SpatialHashing.cs @@ -2,7 +2,7 @@ using NUnit.Framework; using UnityEngine; -namespace Mirror.Tests +namespace Mirror.Tests.InterestManagement { public class InterestManagementTests_SpatialHashing : InterestManagementTests_Common {