Skip to content

Commit

Permalink
fix: test_local_fs_copy_link ci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Nov 15, 2024
1 parent b9ee792 commit 91818fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fusio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ mod tests {
Ok(())
}

#[cfg(not(target_arch = "wasm32"))]
#[allow(unused)]
async fn test_local_fs_copy_link<F: crate::fs::Fs>(src_fs: F) -> Result<(), Error> {
use std::collections::HashSet;
Expand Down

0 comments on commit 91818fe

Please sign in to comment.