Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jun 1, 2024
1 parent 361ee45 commit db4010d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/ipapi_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ describe Ipapi do
location = client.locate("50.1.2.3")

location.ip.should eq("50.1.2.3")
location.city.should eq("Antelope")
location.city.should eq("Davis")
location.region.should eq("California")
location.country.should eq("US")
end

it "#latlong" do
latlong = client.latlong("50.1.2.3")

latlong.should eq("38.716900,-121.367700")
latlong.should eq("38.544200,-121.725200")
end
end

0 comments on commit db4010d

Please sign in to comment.