Skip to content

Commit 04d818f

Browse files
authored
IBX-10254: Renamed ez_lock object state group to ibexa_lock (#189)
1 parent 36bdd3c commit 04d818f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function getCriteriaPayloads(): iterable
1717
return [
1818
'identifier with target group' => [
1919
'json',
20-
$this->buildJsonCriterionQuery('"ObjectStateIdentifierCriterion": {"value": "not_locked", "target": "ez_lock"}'),
20+
$this->buildJsonCriterionQuery('"ObjectStateIdentifierCriterion": {"value": "not_locked", "target": "ibexa_lock"}'),
2121
16,
2222
],
2323
'identifier without target group' => [

0 commit comments

Comments
 (0)