Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox committed Jul 18, 2023
1 parent e97a0af commit 76f8202
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/php/FacetedSearch/Filters/BlockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,18 +380,18 @@ public function testGetFiltersBlockWithQuantities()
'id_key' => 0,
'name' => 'Availability',
'values' => [
[
'name' => 'Not available',
'nbr' => 1000,
'in_stock' => [
'name' => 'In stock',
'nbr' => 50,
],
[
'available' => [
'name' => 'Available',
'nbr' => 100,
'checked' => true,
],
[
'name' => 'In stock',
'nbr' => 50,
'not_available' => [
'name' => 'Not available',
'nbr' => 1000,
],
],
'filter_show_limit' => 0,
Expand Down

0 comments on commit 76f8202

Please sign in to comment.