Skip to content

Commit

Permalink
test(#92): FormFixture에 examinationNumber 추가
Browse files Browse the repository at this point in the history
테스트 코드에도 examinationNumber 추가
  • Loading branch information
cabbage16 committed Jul 6, 2024
1 parent 9e1a072 commit 07576ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ public static FormSimpleResponse createFormSimpleResponse(FormStatus status) {
public static FormResponse createFormResponse() {
return new FormResponse(
1L,
2001L,
new ApplicantResponse(
"https://maru.com/photo.png",
"김밤돌",
Expand Down

0 comments on commit 07576ad

Please sign in to comment.