Skip to content

Commit

Permalink
updated test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Sep 5, 2024
1 parent 5e76b3e commit f01892f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const mocks = [
groupType: CONTACTS_COLLECTION,
},
opts: {
limit: 50,
limit: null,
offset: 0,
order: 'ASC',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const mocks = [
groupType: CONTACTS_COLLECTION,
},
opts: {
limit: 50,
limit: null,
offset: 0,
order: 'ASC',
},
Expand Down

0 comments on commit f01892f

Please sign in to comment.