Skip to content

Commit

Permalink
test: @disabled 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
gyungchan-jo committed Nov 28, 2024
1 parent 324a012 commit 04436b5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ void updateAtReviewDeadline() {

@Test
@DisplayName("예약된 자동 업데이트를 삭제한다.")
@Disabled
void cancel() {
Member manager = memberRepository.save(MemberFixture.MEMBER_ROOM_MANAGER_JOYSON());
LocalDateTime reviewDeadline = LocalDateTime.now()
Expand All @@ -85,7 +84,6 @@ void cancel() {

@Test
@DisplayName("예약된 자동 업데이트를 수정한다.")
@Disabled
void update() {
Member manager = memberRepository.save(MemberFixture.MEMBER_ROOM_MANAGER_JOYSON());
LocalDateTime reviewDeadline = LocalDateTime.now()
Expand Down

0 comments on commit 04436b5

Please sign in to comment.