Skip to content

Commit

Permalink
Merge pull request #459 from Team-WeQuiz/feat/#457
Browse files Browse the repository at this point in the history
[feat/#457] ♻️ Refactor: 주석 제거
  • Loading branch information
koomchang authored May 16, 2024
2 parents 1a73638 + 6ee1122 commit 1394df8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ void setUp() {
.id(1L)
.build();
String token = jwtUtil.createAccessToken(user);

// when

Long userId = jwtUtil.getUserIdFromToken(token);

// then
assertThat(userId).isEqualTo(user.getId());
}

Expand Down

0 comments on commit 1394df8

Please sign in to comment.