Skip to content

Commit

Permalink
fix: 세션 쿼리 테스트 커밋 안된 부분 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
This2sho committed Jun 15, 2024
1 parent 1476691 commit 7e877a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class AuthServiceTest extends ContainerTest {
LocalDateTime originExpiredAt = originSession.getExpiredAt();

// when
authService.updateSessionExpiredAt(originSession);
authService.findAndUpdateSession(sessionId);
MemberSession updatedSession = authService.findSession(sessionId);
LocalDateTime updatedExpiredAt = updatedSession.getExpiredAt();

Expand Down

0 comments on commit 7e877a0

Please sign in to comment.