Skip to content

Commit

Permalink
mountpoint: remove unused imports in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Apr 19, 2024
1 parent 5c033a7 commit 3a90759
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/by-util/test_mountpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
// file that was distributed with this source code.
// spell-checker:ignore (words) symdir somefakedir

use std::path::PathBuf;

use crate::common::util::{TestScenario, UCommand};
use crate::common::util::TestScenario;

#[test]
fn test_invalid_arg() {
Expand Down

0 comments on commit 3a90759

Please sign in to comment.