Skip to content

Commit

Permalink
[test] : 채팅 요청의 응답 필드명 수정 테스트 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Nov 16, 2024
1 parent 8b0fa33 commit 24ea62e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void getChatInquiresByMember() {
.isEqualTo(chatInquiryId),
() -> assertThat(response.get(0).partnerInfo().memberId())
.isEqualTo(partner.getId()),
() -> assertThat(response.get(0).message())
() -> assertThat(response.get(0).inquiryMessage())
.isEqualTo(INQUIRY_MESSAGE)
);
}
Expand Down

0 comments on commit 24ea62e

Please sign in to comment.