fix: unit test syntax error

This commit is contained in:
Xory ​ 2024-04-17 11:57:51 +00:00
parent a98ff1b6b7
commit 780c7207c4

View file

@ -63,7 +63,7 @@ mod tests {
use super::*; use super::*;
#[test] #[test]
fn test_disk_locator { fn test_disk_locator() {
assert_eq!(get_block_devices(), vec!["vda".to_string()]) assert_eq!(get_block_devices(), vec!["vda".to_string()])
} }
} }