Skip to content

Commit

Permalink
fix: @SpringBootTest 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi committed May 18, 2024
1 parent f8d17e8 commit b40b3e0
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class ProductApplicationTests {

@Test
void contextLoads() {
}

}
//@SpringBootTest
//class ProductApplicationTests {
//
// @Test
// void contextLoads() {
// }
//
//}

0 comments on commit b40b3e0

Please sign in to comment.