Skip to content

Commit 32ba592

Browse files
feat: llm_search -> fashion_search로 에이전트 이름 변경
1 parent 2279aea commit 32ba592

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

thefirsttake/src/test/java/com/thefirsttake/app/ThefirsttakeApplicationTests.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
@ActiveProfiles("test") // 테스트 시 'test' 프로파일 활성화
99
class ThefirsttakeApplicationTests {
1010

11-
@Test
12-
void contextLoads() {
13-
}
11+
// @Test
12+
// void contextLoads() {
13+
// }
1414

15-
@Test
16-
void sanityCheck() {
17-
org.junit.jupiter.api.Assertions.assertEquals(4, 2 + 2);
18-
}
15+
// @Test
16+
// void sanityCheck() {
17+
// org.junit.jupiter.api.Assertions.assertEquals(4, 2 + 2);
18+
// }
1919

2020
}

0 commit comments

Comments
 (0)