From cd0a7f702985690f5a6535b227b9987dde133bd2 Mon Sep 17 00:00:00 2001 From: BeckaL Date: Wed, 22 May 2024 17:18:26 +0100 Subject: [PATCH] BAU: rename a test file This makes the naming consistent with the naming of the file it tests, meaning that it can be picked up by IDEs when looking for tests for a file --- ...th-user-service.test.ts => check-reauth-users-service.test.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/components/check-reauth-users/tests/{check-reauth-user-service.test.ts => check-reauth-users-service.test.ts} (100%) diff --git a/src/components/check-reauth-users/tests/check-reauth-user-service.test.ts b/src/components/check-reauth-users/tests/check-reauth-users-service.test.ts similarity index 100% rename from src/components/check-reauth-users/tests/check-reauth-user-service.test.ts rename to src/components/check-reauth-users/tests/check-reauth-users-service.test.ts