Skip to content

Commit

Permalink
#2 Comment Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
esride-jts committed Sep 18, 2024
1 parent 690865a commit 401cfdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spatial-data-science/src/platformshell/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,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");
assert!(env::var("arcgis_api_key").is_ok());
}
Expand Down

0 comments on commit 401cfdb

Please sign in to comment.