From 78171183ccbd8c0a357960e3a1893f116bdd369e Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sat, 2 May 2026 16:15:48 -0300 Subject: [PATCH] test(currencies): avoid test discovery collision --- app/apps/currencies/{tests.py => tests/test_models.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/apps/currencies/{tests.py => tests/test_models.py} (100%) diff --git a/app/apps/currencies/tests.py b/app/apps/currencies/tests/test_models.py similarity index 100% rename from app/apps/currencies/tests.py rename to app/apps/currencies/tests/test_models.py