forked from mirrors/kingfisher
updated smoke_branch tests
This commit is contained in:
parent
bd83568644
commit
36a06c5a5c
1 changed files with 1 additions and 3 deletions
|
|
@ -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(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue