Skip to content

Commit

Permalink
[test] AuthApplePlatformServiceImplTest 내 로직 오류 수정 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu committed Jun 25, 2024
1 parent 29c97a7 commit 7195f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class AuthApplePlatformServiceImplTest {
@BeforeEach
void init() {
fakeContainer = new FakeContainer();
applePlatformService = fakeContainer.authKakaoPlatformService;
applePlatformService = fakeContainer.authApplePlatformService;
}

@Test
Expand Down

0 comments on commit 7195f08

Please sign in to comment.