refactor: 맨 하단 공백 추가
This commit is contained in:
@@ -154,4 +154,4 @@ class UserTest {
|
||||
assertThat(constraintViolations.iterator().next().getMessage()).isEqualTo("휴대번호가 올바르지 않습니다.");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,4 +73,4 @@ class UserServiceImplTest {
|
||||
assertThat(delegatingPasswordEncoder.matches(signUp.getPassword(), user.getPassword())).isTrue();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user