Skip to content

Commit 8867185

Browse files
committed
#28628: GraphQL price range numeric values
- Fixed tests
1 parent e4c6132 commit 8867185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Elasticsearch/Test/Unit/SearchAdapter/Dynamic/DataProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,13 +390,13 @@ public function testPrepareData()
390390
{
391391
$expectedResult = [
392392
[
393-
'from' => '',
393+
'from' => 0,
394394
'to' => 10,
395395
'count' => 1,
396396
],
397397
[
398398
'from' => 10,
399-
'to' => '',
399+
'to' => 20,
400400
'count' => 1,
401401
],
402402
];

0 commit comments

Comments
 (0)