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 ad54d6e commit 25d49bfCopy full SHA for 25d49bf
crates/djls-conf/src/lib.rs
@@ -127,7 +127,7 @@ mod tests {
127
#[test]
128
fn test_load_venv_path_config() {
129
let dir = tempdir().unwrap();
130
- fs::write(dir.path().join("djls.toml"), "venv_path = /path/to/venv").unwrap();
+ fs::write(dir.path().join("djls.toml"), "venv_path = '/path/to/venv'").unwrap();
131
let settings = Settings::new(dir.path()).unwrap();
132
assert_eq!(
133
settings,
0 commit comments