Skip to content

Commit

Permalink
[backend] WIP: test (#8333)
Browse files Browse the repository at this point in the history
  • Loading branch information
marieflorescontact committed Sep 19, 2024
1 parent 01eab3f commit bdfc3a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ describe('Elasticsearch pagination', () => {
filterGroups: [],
};
const data = await elPaginate(testContext, ADMIN_USER, READ_ENTITIES_INDICES, { filters, first: ES_MAX_PAGINATION });
expect(data.edges.length).toEqual(526);
expect(data.edges.length).toEqual(541);
});
it('should entity paginate with field exist filter', async () => {
const filters = {
Expand Down

0 comments on commit bdfc3a5

Please sign in to comment.