Skip to content

Commit

Permalink
#117 rename: V1 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
rivkode committed Sep 3, 2024
1 parent 28c60a8 commit 474a32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import static org.assertj.core.api.Assertions.assertThat;

@SpringBootTest
public class TokenGeneratorUUIDTest {
class TokenGeneratorUUIDTest {
@Autowired
IdGenerator idGenerator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void EmptyRefreshTokengenerateAccessTokenByRefreshToken() {

@DisplayName("RefreshToken이 유효한 경우 AccessToken을 재발급한다")
@Test
void generateAccessTokenByRefreshToken_V1() {
void generateAccessTokenByRefreshToken() {
// given
String email = "[email protected]";
String password = "password";
Expand Down

0 comments on commit 474a32b

Please sign in to comment.