Skip to content

Commit

Permalink
fixed one test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Nov 1, 2023
1 parent 2f2ebec commit 426471d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/Kernel/SearchApiSolrLocationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ public function testBackend() {

$expected = [
[
'filter' => '[0 199]',
'filter' => '[0 199.0229]',
'count' => 1,
],
[
'filter' => '[200 399]',
'filter' => '[200.0229 399.0458]',
'count' => 1,
],
];
Expand Down

0 comments on commit 426471d

Please sign in to comment.