From 26f7c554e74343a259e5dc248ab301add7c2ecb1 Mon Sep 17 00:00:00 2001 From: pricelees Date: Sun, 13 Jul 2025 20:53:03 +0900 Subject: [PATCH] Rename .java to .kt --- .../auth/business/{AuthServiceTest.java => AuthServiceTest.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/test/java/roomescape/system/auth/business/{AuthServiceTest.java => AuthServiceTest.kt} (100%) diff --git a/src/test/java/roomescape/system/auth/business/AuthServiceTest.java b/src/test/java/roomescape/system/auth/business/AuthServiceTest.kt similarity index 100% rename from src/test/java/roomescape/system/auth/business/AuthServiceTest.java rename to src/test/java/roomescape/system/auth/business/AuthServiceTest.kt