Skip to content

Commit

Permalink
Merge pull request #121 from Shimpyo-House/bugfix/member-test
Browse files Browse the repository at this point in the history
fix: 인증/인가 테스트에서 필드 제약 사항 버그 수정
  • Loading branch information
JeongUijeong authored Dec 13, 2023
2 parents a6405db + c550365 commit 876295d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ public class AuthRestControllerDocsTest extends RestDocsSupport {
private final ConstraintDescriptions signUpDescriptions = new ConstraintDescriptions(
SignUpRequestDto.class);
private final ConstraintDescriptions signInDescriptions = new ConstraintDescriptions(
SignUpRequestDto.class);
SignInRequestDto.class);
private final ConstraintDescriptions refreshDescriptions = new ConstraintDescriptions(
SignUpRequestDto.class);
RefreshRequestDto.class);

@Test
@DisplayName("signUp()은 회원 가입 할 수 있다.")
Expand Down

0 comments on commit 876295d

Please sign in to comment.