diff --git a/server/src/io/fs.rs b/server/src/io/fs.rs index 9d2ec2d..bcec3f8 100644 --- a/server/src/io/fs.rs +++ b/server/src/io/fs.rs @@ -1088,6 +1088,7 @@ mod tests { project_dir.to_string_lossy().to_string(), &state, &store, + 0, ) .await .unwrap(); @@ -1111,6 +1112,7 @@ mod tests { project_dir.to_string_lossy().to_string(), &state, &store, + 0, ) .await .unwrap();