Skip to content

Commit

Permalink
๐Ÿ› Mockbean ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunho12 committed Jan 23, 2025
1 parent b60ca88 commit 2c3a2f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;

@SpringBootTest
@ActiveProfiles("test")
class ProjectApplicationTests {

@Test
void contextLoads() {
}

}

0 comments on commit 2c3a2f6

Please sign in to comment.