Explorar el Código

bin/taud: fix ci tests

ghassmo hace 4 años
padre
commit
112eb720dc
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      bin/taud/src/main.rs

+ 4 - 1
bin/taud/src/main.rs

@@ -417,7 +417,10 @@ async fn main() -> Result<()> {
 
 #[cfg(test)]
 mod tests {
-    use std::fs::{create_dir_all, remove_dir_all};
+    use std::{
+        fs::{create_dir_all, remove_dir_all},
+        path::PathBuf,
+    };
 
     use crate::{month_tasks::MonthTasks, task_info::TaskInfo};