Skip to content

Commit

Permalink
remove depended demo test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Jan 26, 2025
1 parent 45c595a commit 462c5fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,4 @@ mod tests {
let e: Environment = "custom".to_string().into();
assert_eq!(e, Environment::Any("custom".to_string()));
}

#[test]
fn test_from_folder() {
let config = Environment::Development.load_from_folder(Path::new("examples/demo/config"));
assert!(config.is_ok());
}
}

0 comments on commit 462c5fe

Please sign in to comment.