Skip to content

Commit 7e8c880

Browse files
committed
#168 test: {Track} 치환 검증값 ENGINEERING → 엔지니어링으로 수정
1 parent 6567cf3 commit 7e8c880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/boaz/backend/domain/recruitment/integration/RecruitmentIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ void filteredAndOrdered() {
429429
assertThat(result).hasSize(2);
430430
assertThat(result).extracting(QuestionResponse::getOrderNum).containsExactly(1, 2);
431431
assertThat(result).noneMatch(q -> q.getCategory().equals("VISUALIZATION"));
432-
assertThat(result.get(1).getContent()).contains("ENGINEERING");
432+
assertThat(result.get(1).getContent()).contains("엔지니어링");
433433
}
434434

435435
@Test

0 commit comments

Comments
 (0)