From 338c0634a535e8b09b2292811200ec0bf5aa82cf Mon Sep 17 00:00:00 2001 From: Robin Rolf Date: Mon, 29 Jan 2024 18:18:10 +0100 Subject: [PATCH] move test to correct folder --- .../InterestManagementTests_FastSpatialHashing.cs | 2 +- .../InterestManagementTests_FastSpatialHashing.cs.meta | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Assets/Mirror/Tests/Editor/{ => InterestManagement}/InterestManagementTests_FastSpatialHashing.cs (99%) rename Assets/Mirror/Tests/Editor/{ => InterestManagement}/InterestManagementTests_FastSpatialHashing.cs.meta (100%) 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 d89dea5f1..34ec95cf0 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