tests: fix broken tests.

This commit is contained in:
evazion
2022-05-20 22:38:49 -05:00
parent 1e78b97eb8
commit 0fe9356bf6
3 changed files with 7 additions and 14 deletions

View File

@@ -52,7 +52,7 @@ class IpGeolocationTest < ActiveSupport::TestCase
should "work for a mobile IP" do
@ip = IpGeolocation.create_or_update!("37.173.153.166")
assert_equal("Free Mobile", @ip.carrier)
assert_equal("Free Mobile SAS", @ip.carrier)
end
should "work for a proxy IP" do