Skip to content

Commit f716899

Browse files
committed
style: 주석 제거
1 parent 70beb7d commit f716899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/eatda/service/common/ImageServiceTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import eatda.exception.BusinessErrorCode;
1212
import eatda.exception.BusinessException;
13-
import java.io.IOException;
1413
import java.net.URL;
1514
import java.time.Duration;
1615
import org.junit.jupiter.api.BeforeEach;
@@ -53,7 +52,7 @@ class FileUpload {
5352

5453
@ParameterizedTest
5554
@EnumSource(ImageDomain.class)
56-
void 허용된_이미지_타입이면_정상적으로_업로드되고_생성된_Key를_반환한다(ImageDomain imageDomain) throws IOException { // imageDomain 파라미터 추가
55+
void 허용된_이미지_타입이면_정상적으로_업로드되고_생성된_Key를_반환한다(ImageDomain imageDomain) {
5756
String originalFilename = "test-image.jpg";
5857
String contentType = "image/jpeg";
5958

0 commit comments

Comments
 (0)