Skip to content

Commit d184919

Browse files
committed
Feat: WebSocketSessionManager 테스트 추가
1 parent bb15fd7 commit d184919

File tree

2 files changed

+486
-1
lines changed

2 files changed

+486
-1
lines changed

src/test/java/com/back/domain/chat/controller/ChatWebSocketControllerTest.java renamed to src/test/java/com/back/domain/chat/controller/ChatWebSocketApiControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
@ExtendWith(MockitoExtension.class)
3232
@DisplayName("ChatWebSocketController 테스트")
33-
class ChatWebSocketControllerTest {
33+
class ChatWebSocketApiControllerTest {
3434

3535
@Mock
3636
private ChatService chatService;

0 commit comments

Comments
 (0)