Skip to content

Commit 65fe5f6

Browse files
committed
request_multiple_ip: update 8.8.8.8 geolocation coordinates
1 parent 479a833 commit 65fe5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipinfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ mod tests {
576576
name: "North America".to_owned()
577577
})
578578
);
579-
assert_eq!(ip8.loc, "37.4056,-122.0775");
579+
assert_eq!(ip8.loc, "38.0088,-122.1175");
580580
assert_eq!(ip8.postal, Some("94043".to_owned()));
581581
assert_eq!(ip8.timezone, Some("America/Los_Angeles".to_owned()));
582582

0 commit comments

Comments
 (0)