Skip to content

Commit

Permalink
Maintenance: Improve GeoIp spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
fliebe92 committed Dec 10, 2023
1 parent f01f9a4 commit 8672ff0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/lib/service/geo_ip_spec.rb
Expand Up @@ -31,11 +31,11 @@
let(:expected_result) do
{
'country_name' => 'Switzerland',
'city_name' => 'Amriswil',
'city_name' => 'Zurich',
'country_code' => 'CH',
'continent_code' => 'EU',
'latitude' => 47.5465,
'longitude' => 9.2901,
'latitude' => 47.3857,
'longitude' => 8.5348,
}
end

Expand Down Expand Up @@ -66,8 +66,8 @@
'city_name' => 'Halle',
'country_code' => 'DE',
'continent_code' => 'EU',
'latitude' => 51.5036,
'longitude' => 11.9594,
'latitude' => 51.4828,
'longitude' => 11.9799,
}
end

Expand Down

0 comments on commit 8672ff0

Please sign in to comment.