Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefBouch committed Sep 6, 2024
1 parent 9645c38 commit 30bd47b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ describe('OrganisationController', () => {
.setScopeWhereOperator(ScopeOperator.AND)
.findByAdministriertVonArray(queryParams.administriertVon)
.searchString(queryParams.searchString)
.byIDs()
.byIDs([])
.paged(queryParams.offset, queryParams.limit),
);

Expand Down

0 comments on commit 30bd47b

Please sign in to comment.