Skip to content

Commit

Permalink
test: appliedCount -> approvedCount 로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Oct 24, 2024
1 parent d908f38 commit ac4f0a8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ void normal_getMeetings_success() {
"title", "category", "canJoinOnlyActiveGeneration",
"mStartDate", "mEndDate",
"capacity", "isMentorNeeded", "targetActiveGeneration",
"joinableParts", "status", "appliedCount"
"joinableParts", "status", "approvedCount"
).containsExactly(
tuple("세미나 구합니다 - 신청후", "세미나", false,
LocalDateTime.of(2024, 5, 29, 0, 0),
Expand Down Expand Up @@ -542,7 +542,7 @@ void getOnlyActiveGenerationMeeting_getMeetings_meetings() {
"title", "category", "canJoinOnlyActiveGeneration",
"mStartDate", "mEndDate",
"capacity", "isMentorNeeded", "targetActiveGeneration",
"joinableParts", "status", "appliedCount"
"joinableParts", "status", "approvedCount"
).containsExactly(
tuple("스터디 구합니다1", "행사", true,
LocalDateTime.of(2024, 5, 29, 0, 0),
Expand Down Expand Up @@ -588,7 +588,7 @@ void getByCategory_getMeetings_meetings() {
"title", "category", "canJoinOnlyActiveGeneration",
"mStartDate", "mEndDate",
"capacity", "isMentorNeeded", "targetActiveGeneration",
"joinableParts", "status", "appliedCount"
"joinableParts", "status", "approvedCount"
).containsExactly(
tuple("세미나 구합니다 - 신청후", "세미나", false,
LocalDateTime.of(2024, 5, 29, 0, 0),
Expand Down

0 comments on commit ac4f0a8

Please sign in to comment.