We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70beb7d commit f716899Copy full SHA for f716899
src/test/java/eatda/service/common/ImageServiceTest.java
@@ -10,7 +10,6 @@
10
11
import eatda.exception.BusinessErrorCode;
12
import eatda.exception.BusinessException;
13
-import java.io.IOException;
14
import java.net.URL;
15
import java.time.Duration;
16
import org.junit.jupiter.api.BeforeEach;
@@ -53,7 +52,7 @@ class FileUpload {
53
52
54
@ParameterizedTest
55
@EnumSource(ImageDomain.class)
56
- void 허용된_이미지_타입이면_정상적으로_업로드되고_생성된_Key를_반환한다(ImageDomain imageDomain) throws IOException { // imageDomain 파라미터 추가
+ void 허용된_이미지_타입이면_정상적으로_업로드되고_생성된_Key를_반환한다(ImageDomain imageDomain) {
57
String originalFilename = "test-image.jpg";
58
String contentType = "image/jpeg";
59
0 commit comments