We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db11c35 commit b36108cCopy full SHA for b36108c
src/test/java/eatda/document/store/CheerDocumentTest.java
@@ -156,7 +156,9 @@ class GetCheers {
156
fieldWithPath("cheers[].storeNeighborhood").type(STRING).description("가게 주소 (동)"),
157
fieldWithPath("cheers[].storeCategory").type(STRING).description("가게 카테고리"),
158
fieldWithPath("cheers[].cheerId").type(NUMBER).description("응원 ID"),
159
- fieldWithPath("cheers[].cheerDescription").type(STRING).description("응원 내용")
+ fieldWithPath("cheers[].cheerDescription").type(STRING).description("응원 내용"),
160
+ fieldWithPath("cheers[].memberId").type(NUMBER).description("응원 작성자 회원 ID"),
161
+ fieldWithPath("cheers[].memberNickname").type(STRING).description("응원 작성자 닉네임")
162
);
163
164
@Test
0 commit comments