Skip to content

Commit 00eb06b

Browse files
committed
✅ test: RoomServiceTests에 timeService 추가
1 parent f1a484c commit 00eb06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void setUp() {
5858

5959
roomService =
6060
new RoomService(
61-
timerService, quizService, roomRepository, eventPublisher, messageSender);
61+
quizService, roomRepository, eventPublisher, messageSender);
6262

6363
SecurityContextHolder.clearContext();
6464
}

0 commit comments

Comments
 (0)