fix: unit test syntax error
This commit is contained in:
parent
a98ff1b6b7
commit
780c7207c4
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ mod tests {
|
|||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn test_disk_locator {
|
||||
fn test_disk_locator() {
|
||||
assert_eq!(get_block_devices(), vec!["vda".to_string()])
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue