Fix: solve thread

This commit is contained in:
itiB
2020-10-08 22:24:28 +09:00
parent c12090227e
commit 5f5251a4a4
3 changed files with 5 additions and 10 deletions

View File

@@ -228,7 +228,6 @@ mod tests {
let mut rdr = csv::Reader::from_reader(contents.as_bytes());
utils::check_command(1, "dir", 100, 100, "dir", "dir", &mut rdr);
let mut rdr = csv::Reader::from_reader(contents.as_bytes());
//test return with whitelist.
utils::check_command(
1,