Skip to content

Commit

Permalink
test: 신고 실패에 대한 테스트 코드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
parksey committed Nov 29, 2023
1 parent 657222b commit 2e07fec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ReportServiceTest {
@Test
void no_report_subject_fail(@WithMember AuthMember authMember) {
// given
ReportRequest reportRequest = new ReportRequest(5L, null, null, "st");
ReportRequest reportRequest = new ReportRequest(null, null, null, "st");

// When + Then
assertThatThrownBy(() -> reportService.report(authMember, reportRequest))
Expand Down

0 comments on commit 2e07fec

Please sign in to comment.