Skip to content

Commit

Permalink
chore: build.gradle 수정2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyeon0130 committed Jul 28, 2024
1 parent 84f7dde commit dbcc124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ dependencies {
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

test {
tasks.named('test') {
useJUnitPlatform()
}
2 changes: 1 addition & 1 deletion src/test/java/makar/dev/DevApplicationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
//@SpringBootTest
class DevApplicationTests {

@Test
Expand Down

0 comments on commit dbcc124

Please sign in to comment.