Skip to content

Commit f4fd338

Browse files
committed
refactor: rename a test group
1 parent 04f51f4 commit f4fd338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/mount_point.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub fn find_mount_point<'a>(
1212
}
1313

1414
#[cfg(test)]
15-
mod tests {
15+
mod test {
1616
use super::find_mount_point;
1717
use pretty_assertions::assert_eq;
1818
use std::path::Path;

0 commit comments

Comments
 (0)