Skip to content

Commit

Permalink
fix: 인터뷰 답변 수정 인수 테스트 수정
Browse files Browse the repository at this point in the history
- 인터뷰 답변 수정 인수 테스트 수정
- 인터뷰 응시 과정 추가
  • Loading branch information
devholic22 committed Sep 28, 2024
1 parent 694e4cf commit 94a1bad
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import org.junit.jupiter.api.Test;

import static com.atwoz.interview.fixture.memberinterview.MemberInterviewSubmitRequestFixture.회원_인터뷰_응시_요청;
import static com.atwoz.interview.fixture.memberinterview.MemberInterviewUpdateRequestFixture.회원_인터뷰_수정_요청;

@DisplayNameGeneration(DisplayNameGenerator.ReplaceUnderscores.class)
@SuppressWarnings("NonAsciiCharacters")
Expand Down Expand Up @@ -40,12 +41,11 @@ void setup() {
인터뷰_응시_검증(인터뷰_응시_결과);
}

// TODO: response.as 부분 문제
/*
@Test
void 인터뷰_답변을_수정한다() {
// given
인터뷰_생성();
인터뷰_응시(회원.getId());
var 인터뷰_id = 1L;
var 인터뷰_수정_요청서 = 회원_인터뷰_수정_요청();

Expand All @@ -55,7 +55,6 @@ void setup() {
// then
인터뷰_수정_검증(인터뷰_수정_결과);
}
*/

@Test
void 인터뷰_답변을_조회한다() {
Expand Down

0 comments on commit 94a1bad

Please sign in to comment.