Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
i1i1 committed Apr 5, 2023
1 parent d14dfb7 commit e261976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/telemetry_core/src/find_location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ mod tests {
fn locate_random_ip() {
let ip = "12.5.56.25".parse().unwrap();
let node_location = Locator::new(Default::default()).locate(ip).unwrap();
assert_eq!(&*node_location.city, "El Paso");
assert_eq!(&*node_location.city, "Victoria");
}
}

0 comments on commit e261976

Please sign in to comment.