From 36a06c5a5c8d7aaca05e22335e39e94a074b8d94 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Sun, 26 Oct 2025 00:13:40 -0700 Subject: [PATCH] updated smoke_branch tests --- tests/smoke_branch.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +}