Skip to content

Commit

Permalink
[BE] hotfix: 테스트 스키마 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DOEKYONG committed Oct 31, 2023
1 parent aeb58c2 commit fb5490e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

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

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

@Test
Expand Down

0 comments on commit fb5490e

Please sign in to comment.