Skip to content

Commit cffd046

Browse files
fix: minor CI fix for test case
1 parent 83fcb54 commit cffd046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/hello_fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ impl Filesystem for HelloFS {
137137
}
138138
reply.ok();
139139
}
140-
}
140+
}

tests/fixtures/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub mod hello_fs;
1+
pub mod hello_fs;

0 commit comments

Comments
 (0)