Skip to content

Commit

Permalink
fix: [#59] dev 프로필의 네이밍을 local 로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
rxdcxdrnine committed Apr 29, 2022
1 parent e2c0719 commit ea816be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Expand Up @@ -12,7 +12,7 @@
import org.springframework.test.context.ActiveProfiles;

@DataJdbcTest
@ActiveProfiles({"dev"})
@ActiveProfiles({"local"})
@AutoConfigureTestDatabase(replace = Replace.NONE)
@DisplayName("CategoryRepositoryTest 조회 테스트")
public class CategoryRepositoryTest {
Expand Down
Expand Up @@ -16,7 +16,7 @@


@DataJdbcTest
@ActiveProfiles({"dev"})
@ActiveProfiles({"local"})
@AutoConfigureTestDatabase(replace = Replace.NONE)
@DisplayName("DishRepository 조회 테스트")
public class DishRepositoryTest {
Expand Down

0 comments on commit ea816be

Please sign in to comment.