Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
diqiu50 committed Dec 26, 2024
1 parent 757a486 commit 01e6f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/filesystem-fuse/tests/fuse_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl Drop for FuseTest {
fn test_fuse_system_with_auto() {
tracing_subscriber::fmt().init();

let mount_point = "build/gvfs";
let mount_point = "target/gvfs";
let _ = fs::create_dir_all(mount_point);

let mut test = FuseTest {
Expand Down

0 comments on commit 01e6f6e

Please sign in to comment.