From 39f0361b08bbe879a8e8e3014641269940a25990 Mon Sep 17 00:00:00 2001 From: JJ503 <63184334+JJ503@users.noreply.github.com> Date: Sun, 24 Dec 2023 23:22:39 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=EC=A0=84=EC=97=AD=20=EB=B3=80=EC=88=98?= =?UTF-8?q?=EC=97=90=20=EB=8C=80=ED=95=9C=20=EC=A0=91=EA=B7=BC=EC=A0=9C?= =?UTF-8?q?=EC=96=B4=EC=9E=90=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../friend/presentation/FriendControllerTest.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/test/java/com/backend/blooming/friend/presentation/FriendControllerTest.java b/src/test/java/com/backend/blooming/friend/presentation/FriendControllerTest.java index 1d95e36f..b8b510f9 100644 --- a/src/test/java/com/backend/blooming/friend/presentation/FriendControllerTest.java +++ b/src/test/java/com/backend/blooming/friend/presentation/FriendControllerTest.java @@ -49,19 +49,19 @@ class FriendControllerTest extends FriendControllerTestFixture { @Autowired - MockMvc mockMvc; + private MockMvc mockMvc; @MockBean - FriendService friendService; + private FriendService friendService; @MockBean - UserRepository userRepository; + private UserRepository userRepository; @MockBean - TokenProvider tokenProvider; + private TokenProvider tokenProvider; @Autowired - RestDocumentationResultHandler restDocs; + private RestDocumentationResultHandler restDocs; @Test void 친구_요청한다() throws Exception {