Skip to content

Commit

Permalink
test: 모임 일이 지난 파티는 자동 마감되는 로직 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghyeonpark committed Jan 29, 2025
1 parent e51847b commit 24d7de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/wad/seoul_nolgoat/service/PartyServiceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ void throw_exception_when_target_user_is_not_a_party_participant() {
.hasMessage(PARTY_USER_NOT_FOUND.getMessage());
}

@DisplayName("파티 단건 조회")
@DisplayName("파티 단건 조회 시, 모임 일이 지났다면 파티가 자동으로 마감됩니다.")
@Test
void update_party_to_closed_when_finding_party_after_meeting_date() {
// given
Expand Down Expand Up @@ -405,7 +405,7 @@ void update_party_to_closed_when_finding_party_after_meeting_date() {
"Party Content B",
6,
LocalDateTime.of(2024, 12, 31, 23, 59, 59),
false,
true,
1
);
}
Expand Down

0 comments on commit 24d7de1

Please sign in to comment.