Skip to content

Commit 5eea2c5

Browse files
committed
fix failing test case
1 parent a40970b commit 5eea2c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Functional/Helper/QueryFilterHelperTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ public function testGetCustomValueValueExpression(): void
353353
);
354354

355355
$this->assertMatchWhere(
356-
'test_value.value >= :pard',
356+
'test_value.value >= :park',
357357
[
358358
'glue' => 'and',
359359
'field' => 'cmf_'.$this->getFixtureById('custom_object_product')->getId(),
@@ -371,7 +371,7 @@ public function testGetCustomValueValueExpression(): void
371371
);
372372

373373
$this->assertMatchWhere(
374-
'test_value.value <= :pare',
374+
'test_value.value <= :parl',
375375
[
376376
'glue' => 'and',
377377
'field' => 'cmf_'.$this->getFixtureById('custom_object_product')->getId(),

0 commit comments

Comments
 (0)