updated smoke_branch tests

This commit is contained in:
Mick Grove 2025-10-26 00:13:40 -07:00
commit 36a06c5a5c

View file

@ -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(())
}
}