Revert change in initialisation of TempDir for index scheduler tests

This commit is contained in:
Loïc Lecrenier 2022-10-27 16:26:17 +02:00
parent 78ffa00f98
commit 8152ab5dfc

View File

@ -993,7 +993,7 @@ mod tests {
autobatching_enabled: bool,
planned_failures: Vec<(usize, FailureLocation)>,
) -> (Self, IndexSchedulerHandle) {
let tempdir = TempDir::new_in(".").unwrap();
let tempdir = TempDir::new().unwrap();
let (sender, receiver) = crossbeam::channel::bounded(0);
let options = IndexSchedulerOptions {