We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
request_multiple_ip
1 parent 479a833 commit 65fe5f6Copy full SHA for 65fe5f6
src/ipinfo.rs
@@ -576,7 +576,7 @@ mod tests {
576
name: "North America".to_owned()
577
})
578
);
579
- assert_eq!(ip8.loc, "37.4056,-122.0775");
+ assert_eq!(ip8.loc, "38.0088,-122.1175");
580
assert_eq!(ip8.postal, Some("94043".to_owned()));
581
assert_eq!(ip8.timezone, Some("America/Los_Angeles".to_owned()));
582
0 commit comments