Skip to content

Commit

Permalink
fix: @SpringBootTest 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jminkkk committed Nov 21, 2023
1 parent d69cbfc commit 23babdb
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class JnuwikiApplicationTests {

@Test
void contextLoads() {
}

@Test
void contextLoads() {
}
}

0 comments on commit 23babdb

Please sign in to comment.