From 2e03e1b8fec2529d4483bb3d32105f5b882c96f3 Mon Sep 17 00:00:00 2001 From: wellbeing-dough Date: Wed, 29 Nov 2023 22:27:09 +0900 Subject: [PATCH] [Feat] : ci test --- .../comment/repository/CommentRepositoryTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/kr/co/studyhubinu/studyhubserver/comment/repository/CommentRepositoryTest.java b/src/test/java/kr/co/studyhubinu/studyhubserver/comment/repository/CommentRepositoryTest.java index 3cdf68f4..e8a54bc3 100644 --- a/src/test/java/kr/co/studyhubinu/studyhubserver/comment/repository/CommentRepositoryTest.java +++ b/src/test/java/kr/co/studyhubinu/studyhubserver/comment/repository/CommentRepositoryTest.java @@ -16,7 +16,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals; @RepositoryTest -@ActiveProfiles("ci") +@ActiveProfiles("dev") class CommentRepositoryTest { @Autowired