From 65fe5f6adfe778733ccc7bbefc16b6e98de1d8a7 Mon Sep 17 00:00:00 2001 From: Maxime Curioni Date: Mon, 21 Jul 2025 13:03:53 -0600 Subject: [PATCH] `request_multiple_ip`: update 8.8.8.8 geolocation coordinates --- src/ipinfo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipinfo.rs b/src/ipinfo.rs index 18dc59e..fa1d1cb 100644 --- a/src/ipinfo.rs +++ b/src/ipinfo.rs @@ -576,7 +576,7 @@ mod tests { name: "North America".to_owned() }) ); - assert_eq!(ip8.loc, "37.4056,-122.0775"); + assert_eq!(ip8.loc, "38.0088,-122.1175"); assert_eq!(ip8.postal, Some("94043".to_owned())); assert_eq!(ip8.timezone, Some("America/Los_Angeles".to_owned()));