Skip to content

Commit 8aeca20

Browse files
author
Avikarsha Saha
committed
test fix temp
1 parent 10b681f commit 8aeca20

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
@@ -370,7 +370,7 @@ public function testGetCustomValueValueExpression(): void
370370
);
371371

372372
$this->assertMatchWhere(
373-
'test_value.value >= :pard',
373+
'test_value.value >= :parl',
374374
[
375375
'glue' => 'and',
376376
'field' => 'cmf_'.$this->getFixtureById('custom_object_product')->getId(),
@@ -388,7 +388,7 @@ public function testGetCustomValueValueExpression(): void
388388
);
389389

390390
$this->assertMatchWhere(
391-
'test_value.value <= :pare',
391+
'test_value.value <= :parm',
392392
[
393393
'glue' => 'and',
394394
'field' => 'cmf_'.$this->getFixtureById('custom_object_product')->getId(),

0 commit comments

Comments
 (0)