From 7195f089ac7c354d290922805e35f0bbb044af66 Mon Sep 17 00:00:00 2001 From: Jin Geonwoo Date: Wed, 26 Jun 2024 01:35:41 +0900 Subject: [PATCH] =?UTF-8?q?[test]=20AuthApplePlatformServiceImplTest=20?= =?UTF-8?q?=EB=82=B4=20=EB=A1=9C=EC=A7=81=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(#1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/apple/AuthApplePlatformServiceImplTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/recordy/server/auth/service/impl/apple/AuthApplePlatformServiceImplTest.java b/src/test/java/org/recordy/server/auth/service/impl/apple/AuthApplePlatformServiceImplTest.java index 6a44337e..cea739a8 100644 --- a/src/test/java/org/recordy/server/auth/service/impl/apple/AuthApplePlatformServiceImplTest.java +++ b/src/test/java/org/recordy/server/auth/service/impl/apple/AuthApplePlatformServiceImplTest.java @@ -19,7 +19,7 @@ public class AuthApplePlatformServiceImplTest { @BeforeEach void init() { fakeContainer = new FakeContainer(); - applePlatformService = fakeContainer.authKakaoPlatformService; + applePlatformService = fakeContainer.authApplePlatformService; } @Test