Skip to content

Commit

Permalink
chore: adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojunda committed Jan 4, 2024
1 parent be4d472 commit 6521204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/indexer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestGetCellsMaxLimit(t *testing.T) {
}
resp, err := c.GetCells(context.Background(), s, SearchOrderAsc, math.MaxUint32, "")
checkError(t, err)
assert.Equal(t, 34, len(resp.Objects))
assert.Equal(t, 37, len(resp.Objects))

// Check response when `WithData` == true in request
s = &SearchKey{
Expand Down

0 comments on commit 6521204

Please sign in to comment.