fix toggle in unit tests

This commit is contained in:
mykola2312 2024-07-17 11:32:03 +03:00
parent 8fb83b96e2
commit d0bdfb327f
2 changed files with 2 additions and 2 deletions

View file

@ -176,7 +176,7 @@ mod tests {
"2", "2",
"-t", "-t",
"4", "4",
"--dont-clean" "--keep-on-error"
] ]
.iter() .iter()
.map(|s| s.to_string()), .map(|s| s.to_string()),

View file

@ -186,7 +186,7 @@ mod tests {
fn parses_full_config() { fn parses_full_config() {
let config = Config::new( let config = Config::new(
[ [
"/", "-i", "0.0.0.0", "-p", "1234", "-d", "/", "-rd", "/", "-sd", "/", "-s", "-r", "--dont-clean" "/", "-i", "0.0.0.0", "-p", "1234", "-d", "/", "-rd", "/", "-sd", "/", "-s", "-r", "--keep-on-error"
] ]
.iter() .iter()
.map(|s| s.to_string()), .map(|s| s.to_string()),