Skip to content

Commit

Permalink
Remove unneeded comments about distance to berlin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Sep 17, 2024
1 parent 813d45f commit 9ea2edf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Functional/SearchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,6 @@ public function testGeoBoundingBox(): void
'id' => '2',
'title' => 'London',
'location' => [
// ~ 932 km
'lat' => 51.5074,
'lng' => -0.1278,
],
Expand All @@ -1227,7 +1226,6 @@ public function testGeoBoundingBox(): void
'id' => '3',
'title' => 'Vienna',
'location' => [
// ~ 545 km
'lat' => 48.2082,
'lng' => 16.3738,
],
Expand Down

0 comments on commit 9ea2edf

Please sign in to comment.