Skip to content

Commit

Permalink
Updates city name
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Oct 14, 2013
1 parent 60ca086 commit 6ce0aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_geoip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_bad_db_file

def test_character_encoding_converted_to_utf8_first
db = GeoIP::City.new(@dbfile, :filesystem, true)
assert_look_up(db, '201.85.50.148', :city, "Jundiaí")
assert_look_up(db, '201.85.50.148', :city, "São Paulo")
end

def test_empty_region_name_does_not_crash
Expand Down

0 comments on commit 6ce0aef

Please sign in to comment.