Skip to content

Commit

Permalink
Adjust tests because limit in the request is set to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed May 16, 2024
1 parent 35910f3 commit a3d5a27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function getCriteriaPayloads(): iterable
'is container' => [
'json',
$this->buildJsonCriterionQuery('"IsContainerCriterion": true'),
11,
10,
],
'is not container' => [
'json',
Expand Down

0 comments on commit a3d5a27

Please sign in to comment.