fixing tests

This commit is contained in:
Andy Pack 2025-02-17 23:25:17 +00:00
parent 53eb0610d8
commit 504da92074
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

@ -157,7 +157,7 @@ mod tests {
let a = w.walk(); let a = w.walk();
let options = a let options = a
.par_iter() .iter()
.map(|v| { .map(|v| {
let mut call = v.call(); let mut call = v.call();
let mut put = v.put(); let mut put = v.put();