Skip to content

Commit cfa23c9

Browse files
committed
✅ pr 리뷰 반영 - test code e.printStackTrace()삭제
1 parent 223c03b commit cfa23c9

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
@@ -165,7 +165,7 @@ void exitRoom_synchronized() throws Exception {
165165
log.info("room.getHost().getId() = {}", room.getHost().getId());
166166
roomService.exitRoom(roomId, principal);
167167
} catch (Exception e) {
168-
e.printStackTrace();
168+
169169
} finally {
170170
SecurityContextHolder.clearContext();
171171
countDownLatch.countDown();

0 commit comments

Comments
 (0)