diff --git a/Assets/Mirror/Tests/Editor/InterestManagementTests_FastSpatialHashing.cs b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_FastSpatialHashing.cs similarity index 99% rename from Assets/Mirror/Tests/Editor/InterestManagementTests_FastSpatialHashing.cs rename to Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_FastSpatialHashing.cs index d89dea5f10..34ec95cf0b 100644 --- a/Assets/Mirror/Tests/Editor/InterestManagementTests_FastSpatialHashing.cs +++ b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_FastSpatialHashing.cs @@ -4,7 +4,7 @@ using NUnit.Framework; using UnityEngine; -namespace Mirror.Tests +namespace Mirror.Tests.InterestManagement { public class InterestManagementTests_FastSpatialHashing : InterestManagementTests_Common { diff --git a/Assets/Mirror/Tests/Editor/InterestManagementTests_FastSpatialHashing.cs.meta b/Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_FastSpatialHashing.cs.meta similarity index 100% rename from Assets/Mirror/Tests/Editor/InterestManagementTests_FastSpatialHashing.cs.meta rename to Assets/Mirror/Tests/Editor/InterestManagement/InterestManagementTests_FastSpatialHashing.cs.meta