Skip to content

Commit

Permalink
Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed May 16, 2024
1 parent fa1ad7d commit 35910f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public function getCriteriaPayloads(): iterable
return [
'is container' => [
'json',
$this->buildJsonCriterionQuery('"IsContainer": true'),
$this->buildJsonCriterionQuery('"IsContainerCriterion": true'),
11,
],
'is not container' => [
'json',
$this->buildJsonCriterionQuery('"IsContainer": false'),
$this->buildJsonCriterionQuery('"IsContainerCriterion": false'),
2,
],
];
Expand Down

0 comments on commit 35910f3

Please sign in to comment.