Skip to content

Commit fd520a0

Browse files
authored
Merge pull request #67 from ipinfo/silvano/eng-543-fix-rust-library-tests-failures
Fix tests failing because of location change
2 parents 0950c16 + 0108273 commit fd520a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, "38.0088,-122.1175");
579+
assert_ne!(ip8.loc, "");
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)