Skip to content

Commit

Permalink
refactor(auth): 로그인 성공 테스트명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
iampingu99 committed Jan 23, 2025
1 parent 86b12d7 commit e420920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/roomescape/auth/LoginTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
class LoginTest {
@Test
void 로그인_성공() {
void 로그인에_성공한_경우_토큰을_쿠키에_저장한다() {
//given
Map<String, String> validCredentials = new HashMap<>();
validCredentials.put("email", "[email protected]");
Expand Down

0 comments on commit e420920

Please sign in to comment.