Skip to content

Commit

Permalink
[ip] Fix example/test (Google Inc. => Google LLC)
Browse files Browse the repository at this point in the history
Google changed to an LLC, and updated its AS information, which broke
the test assertion.

Changes cherry-picked from #1250 and reworded.
  • Loading branch information
tpltnt authored and dgw committed Mar 21, 2018
1 parent d9cfb41 commit b1e1c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/modules/ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _find_geoip_db(bot):

@commands('iplookup', 'ip')
@example('.ip 8.8.8.8',
r'[IP/Host Lookup] Hostname: google-public-dns-a.google.com | Location: United States | ISP: AS15169 Google Inc.',
r'[IP/Host Lookup] Hostname: google-public-dns-a.google.com | Location: United States | ISP: AS15169 Google LLC',
re=True,
ignore='Downloading GeoIP database, please wait...')
def ip(bot, trigger):
Expand Down

0 comments on commit b1e1c02

Please sign in to comment.