Skip to content

Commit

Permalink
tests(fix): Use FileFormat::Gura
Browse files Browse the repository at this point in the history
  • Loading branch information
polarathene authored Oct 5, 2023
1 parent e25531c commit 58a3e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/file_gura.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ fn test_override_lowercase_value_for_enums() {
std::env::set_var("test_bar", "I have been overridden_with_lower_case");

let cfg = Config::builder()
.add_source(File::new("tests/Settings-enum-test", FileFormat::Json))
.add_source(File::new("tests/Settings-enum-test", FileFormat::Gura))
.add_source(config::Environment::with_prefix("test").separator("_"))
.build()
.unwrap();
Expand Down

0 comments on commit 58a3e57

Please sign in to comment.