We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b4c72 commit 726c34fCopy full SHA for 726c34f
src/value.rs
@@ -891,7 +891,12 @@ mod tests {
891
#[cfg(feature = "toml")]
892
fn test_i64() {
893
let c = Config::builder()
894
- .add_source(File::new("tests/types/i64.toml", FileFormat::Toml))
+ .add_source(File::from_str(
895
+ "
896
+value = 120
897
+",
898
+ FileFormat::Toml,
899
+ ))
900
.build()
901
.unwrap();
902
tests/types/i64.toml
0 commit comments