From 79e0c487558bd2084e523212dc4a7728dc526aaa Mon Sep 17 00:00:00 2001 From: MikeHughes-BIN Date: Thu, 13 Nov 2025 17:35:40 +0100 Subject: [PATCH] Reduced Number of test paths to avoid redundancy --- {tests => test}/integration/.gitkeep | 0 {tests => test}/unit/.gitkeep | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {tests => test}/integration/.gitkeep (100%) rename {tests => test}/unit/.gitkeep (100%) diff --git a/tests/integration/.gitkeep b/test/integration/.gitkeep similarity index 100% rename from tests/integration/.gitkeep rename to test/integration/.gitkeep diff --git a/tests/unit/.gitkeep b/test/unit/.gitkeep similarity index 100% rename from tests/unit/.gitkeep rename to test/unit/.gitkeep