Skip to content

Commit a81c207

Browse files
committed
fix: sonar qube 이슈 수정
1 parent afe29e7 commit a81c207

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/somemore/interestcenter/service/CancelInterestCenterServiceTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ void cancelInterestCenter_AlreadyDeleted_ShouldThrowException() {
7272
cancelInterestCenterUseCase.cancelInterestCenter(volunteerId, centerId);
7373

7474
//when, then
75-
long interestCenterId = responseDto.id();
7675
assertThrows(BadRequestException.class,
7776
() -> cancelInterestCenterUseCase.cancelInterestCenter(volunteerId, centerId),
7877
CANNOT_CANCEL_DELETED_INTEREST_CENTER.getMessage()

0 commit comments

Comments
 (0)