Skip to content

Commit

Permalink
test 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou committed Dec 18, 2023
1 parent fc51fd1 commit 10c3bb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class StoreCustomRepositoryImplTest : AbstractDataTest() {
)

// then
assertThat(result).hasSize(pageSize + 1).allMatch { it > minStoreId }
assertThat(result).hasSize(pageSize + 1).allMatch { it >= minStoreId }
}

@DisplayName("커버 방식의 가게 조회: 마지막 조회한 가게 식별자 X, 카테고리 식별자 O, 페이지 크기 대비 실제 데이터 적음")
Expand Down

0 comments on commit 10c3bb5

Please sign in to comment.