From be15cba9e159002eb9cf79ca5b838b53471b45f7 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Tue, 5 Aug 2025 09:05:17 +0300 Subject: [PATCH] chore: moved core tests into subdirectory --- Engine.Tests/{ => Core}/BehaviourController_Tests.cs | 0 Engine.Tests/{ => Core}/Behaviour_Tests.cs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Engine.Tests/{ => Core}/BehaviourController_Tests.cs (100%) rename Engine.Tests/{ => Core}/Behaviour_Tests.cs (100%) diff --git a/Engine.Tests/BehaviourController_Tests.cs b/Engine.Tests/Core/BehaviourController_Tests.cs similarity index 100% rename from Engine.Tests/BehaviourController_Tests.cs rename to Engine.Tests/Core/BehaviourController_Tests.cs diff --git a/Engine.Tests/Behaviour_Tests.cs b/Engine.Tests/Core/Behaviour_Tests.cs similarity index 100% rename from Engine.Tests/Behaviour_Tests.cs rename to Engine.Tests/Core/Behaviour_Tests.cs