Skip to content

Commit

Permalink
test: 불필요한 필드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
swonny committed Apr 18, 2024
1 parent 6a0a63f commit f20d6b8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.ddang.ddang.websocket.handler;

import com.ddang.ddang.chat.handler.ChatHandleTypeProviderComposite;
import com.ddang.ddang.chat.handler.ChatWebSocketHandleTextMessageProvider;
import com.ddang.ddang.configuration.IsolateDatabase;
import com.ddang.ddang.websocket.handler.dto.SendMessageDto;
Expand Down Expand Up @@ -39,9 +38,6 @@ class WebSocketHandlerTest extends WebSocketHandlerTestFixture {
@MockBean
WebSocketHandleTextMessageProviderComposite providerComposite;

@MockBean
ChatHandleTypeProviderComposite chatHandleTypeProviderComposite;

@Autowired
WebSocketHandler webSocketHandler;

Expand Down

0 comments on commit f20d6b8

Please sign in to comment.