Skip to content

Commit

Permalink
add pagination prop to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
machariamuguku committed Jun 28, 2021
1 parent 8b69258 commit f3ea509
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe('Team-management/TeamsAddEdit/TeamsAddEdit', () => {
const props = {
opensrpBaseURL,
disableTeamMemberReassignment: false,
paginationSize: 1000,
};
beforeAll(() => {
store.dispatch(
Expand Down

0 comments on commit f3ea509

Please sign in to comment.