Skip to content

Commit 827bdb8

Browse files
author
github-actions
committed
chore: Java 스타일 수정
1 parent 00eb06b commit 827bdb8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/src/test/java/io/f1/backend/domain/game/app/RoomServiceTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ class RoomServiceTests {
5656
void setUp() {
5757
MockitoAnnotations.openMocks(this); // @Mock 어노테이션이 붙은 필드들을 초기화합니다.
5858

59-
roomService =
60-
new RoomService(
61-
quizService, roomRepository, eventPublisher, messageSender);
59+
roomService = new RoomService(quizService, roomRepository, eventPublisher, messageSender);
6260

6361
SecurityContextHolder.clearContext();
6462
}

0 commit comments

Comments
 (0)