Skip to content

Commit

Permalink
Test : 성공 테스트 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
byeolhaha committed Oct 27, 2023
1 parent 33f54c6 commit e8b256b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/guzzing/studay_server/ReportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void createReport_nullPostId_throwIllegalArgumentException() {
public void createReport_nullReporterId_throwIllegalArgumentException() {
//given
Long postId = 1L;
Long reporterId = 2L;
Long reporterId = null;
String contents = "This is a report.";
ReportItem item = ReportItem.FAKED_SALE;

Expand Down

0 comments on commit e8b256b

Please sign in to comment.