Skip to content

Commit

Permalink
#28628: GraphQL price range numeric values
Browse files Browse the repository at this point in the history
- Fixed tests
  • Loading branch information
gallyamov committed Jun 16, 2020
1 parent e4c6132 commit 8867185
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -390,13 +390,13 @@ public function testPrepareData()
{
$expectedResult = [
[
'from' => '',
'from' => 0,
'to' => 10,
'count' => 1,
],
[
'from' => 10,
'to' => '',
'to' => 20,
'count' => 1,
],
];
Expand Down

0 comments on commit 8867185

Please sign in to comment.