fix: add missing Duration import in scsi_recovery test

This commit is contained in:
2026-04-30 19:52:53 -07:00
parent fa529c2fb4
commit 44c1881fb2
+1
View File
@@ -9,6 +9,7 @@
//! These tests require a real /dev/sg* device and are therefore #[ignore].
use std::path::Path;
use std::time::Duration;
#[test]
#[ignore]