Skip to content

Commit 83e8240

Browse files
committed
test: 테스트 모듈 설정
1 parent a1ea6e8 commit 83e8240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/dmu/dasom/api/ApiApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;
55

6-
@SpringBootTest
6+
@SpringBootTest(classes = ApiApplicationTests.class)
77
class ApiApplicationTests {
88

99
@Test

0 commit comments

Comments
 (0)