diff --git a/tests/smoke_branch.rs b/tests/smoke_branch.rs index 73ddee3..96b9d23 100644 --- a/tests/smoke_branch.rs +++ b/tests/smoke_branch.rs @@ -5,7 +5,6 @@ // branch-focused flags behave as expected when scanning a repo without // validation, including the ability to resume from a specific commit. - use std::fs; use std::path::Path; @@ -31,7 +30,6 @@ const STRIPE_SECRET_LINE: &str = concat!( "'", ); - #[test] fn scan_by_commit_and_branch_diff() -> anyhow::Result<()> { let dir = tempdir()?; @@ -281,4 +279,4 @@ fn scan_branch_tip_with_branch_root_commit() -> Result<()> { ); Ok(()) -} \ No newline at end of file +}