We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223c03b commit cfa23c9Copy full SHA for cfa23c9
backend/src/test/java/io/f1/backend/domain/game/app/RoomServiceTests.java
@@ -165,7 +165,7 @@ void exitRoom_synchronized() throws Exception {
165
log.info("room.getHost().getId() = {}", room.getHost().getId());
166
roomService.exitRoom(roomId, principal);
167
} catch (Exception e) {
168
- e.printStackTrace();
+
169
} finally {
170
SecurityContextHolder.clearContext();
171
countDownLatch.countDown();
0 commit comments