Skip to content

Commit 5943c74

Browse files
committed
Adjust tests because limit in the request is set to 10
1 parent 941bc5c commit 5943c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bundle/Functional/SearchView/Criterion/IsContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function getCriteriaPayloads(): iterable
2828
'is container' => [
2929
'json',
3030
$this->buildJsonCriterionQuery('"IsContainerCriterion": true'),
31-
11,
31+
10,
3232
],
3333
'is not container' => [
3434
'json',

0 commit comments

Comments
 (0)