Skip to content

Commit

Permalink
fix: 문서에서 최신순 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
donghoony committed Dec 19, 2024
1 parent 772589e commit 98c0fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/test/java/reviewme/api/ReviewGroupApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class ReviewGroupApiTest extends ApiTest {

FieldDescriptor[] responseFieldDescriptors = {
fieldWithPath("isLastPage").description("마지막 페이지 여부"),
fieldWithPath("reviewGroups[]").description("리뷰 그룹 목록"),
fieldWithPath("reviewGroups[]").description("리뷰 그룹 목록 (생성일 기준 내림차순 정렬)"),
fieldWithPath("reviewGroups[].revieweeName").description("리뷰이 이름"),
fieldWithPath("reviewGroups[].projectName").description("프로젝트 이름"),
fieldWithPath("reviewGroups[].createdAt").description("생성일"),
Expand Down

0 comments on commit 98c0fff

Please sign in to comment.