fix toggle in unit tests
This commit is contained in:
parent
8fb83b96e2
commit
d0bdfb327f
2 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ mod tests {
|
|||
"2",
|
||||
"-t",
|
||||
"4",
|
||||
"--dont-clean"
|
||||
"--keep-on-error"
|
||||
]
|
||||
.iter()
|
||||
.map(|s| s.to_string()),
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ mod tests {
|
|||
fn parses_full_config() {
|
||||
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()
|
||||
.map(|s| s.to_string()),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue