Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou committed Oct 14, 2023
1 parent 1e4bed7 commit 8d23c5b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class StoreQueryServiceDataTest : AbstractDataTest() {
// when
val result = storeQueryService.findAllByCategoryAndCursor(
categoryId = category.id,
page = page,
page = page
)

// then
Expand All @@ -180,7 +180,7 @@ class StoreQueryServiceDataTest : AbstractDataTest() {
val result = storeQueryService.findAllByCategoryAndCursor(
categoryId = category.id,
id = storeId + 1,
page = page,
page = page
)

// then
Expand All @@ -202,7 +202,7 @@ class StoreQueryServiceDataTest : AbstractDataTest() {
val result = storeQueryService.findAllByCategoryAndCursor(
categoryId = category.id,
id = store.id,
page = page,
page = page
)

// then
Expand Down

0 comments on commit 8d23c5b

Please sign in to comment.