From 52b2982b92e4f67cdd713efc9d7a1c3d4dc09b2a Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Fri, 29 Apr 2022 11:01:27 +0100 Subject: [PATCH] Rename test_ft_billing... to match file under test This tripped me up several times when modifying the DAO functions and then trying to search for the test file associated with them. --- .../app/dao/{test_ft_billing_dao.py => test_fact_billing_dao.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/app/dao/{test_ft_billing_dao.py => test_fact_billing_dao.py} (100%) diff --git a/tests/app/dao/test_ft_billing_dao.py b/tests/app/dao/test_fact_billing_dao.py similarity index 100% rename from tests/app/dao/test_ft_billing_dao.py rename to tests/app/dao/test_fact_billing_dao.py