Skip to content

Commit 58a3e57

Browse files
authored
tests(fix): Use FileFormat::Gura
1 parent e25531c commit 58a3e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/file_gura.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ fn test_override_lowercase_value_for_enums() {
185185
std::env::set_var("test_bar", "I have been overridden_with_lower_case");
186186

187187
let cfg = Config::builder()
188-
.add_source(File::new("tests/Settings-enum-test", FileFormat::Json))
188+
.add_source(File::new("tests/Settings-enum-test", FileFormat::Gura))
189189
.add_source(config::Environment::with_prefix("test").separator("_"))
190190
.build()
191191
.unwrap();

0 commit comments

Comments
 (0)