Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Strubelt committed Sep 23, 2024
2 parents aba7328 + 73fa318 commit 22d25e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spatial-data-science/src/platformshell/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mod tests {
#[test]
fn test_env_var_exists() {
// Check whether or not an ArcGIS API key was set using the environment
env::set_var("arcgis_api_key", "test_key");
//env::set_var("arcgis_api_key", "test_key");
assert!(env::var("arcgis_api_key").is_ok());
}

Expand Down

0 comments on commit 22d25e7

Please sign in to comment.