Fix test build warnings

This commit is contained in:
Vicki Pfau 2024-04-04 18:38:39 -07:00
parent cb04cd2cf4
commit cf962b26c5
7 changed files with 82 additions and 59 deletions

View file

@ -94,7 +94,7 @@ mod test {
#[tokio::test]
async fn board_lookup() {
let h = testing::start();
let _h = testing::start();
create_dir_all(crate::path("/sys/class/dmi/id"))
.await