Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
YeaChan05 committed Jun 5, 2024
1 parent ac270b8 commit 3afc4da
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

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

@SpringBootTest
@TestPropertySource(properties = {
"spring.flyway.enabled=false",
"spring.flyway.baseline-on-migrate=false"
})
class BackEndApplicationTests {

@Test
Expand Down

0 comments on commit 3afc4da

Please sign in to comment.