diff --git a/src/scanner/repos.rs b/src/scanner/repos.rs index 19f6b4d..c3bb8ba 100644 --- a/src/scanner/repos.rs +++ b/src/scanner/repos.rs @@ -69,7 +69,7 @@ pub fn clone_or_update_git_repos( } else { ProgressBar::hidden() }; - + for repo_url in repo_urls { let output_dir = { let datastore = datastore.lock().unwrap(); diff --git a/tests/int_gitlab.rs b/tests/int_gitlab.rs index 3903ddb..fa3e169 100644 --- a/tests/int_gitlab.rs +++ b/tests/int_gitlab.rs @@ -140,7 +140,6 @@ fn test_gitlab_remote_scan() -> Result<()> { Ok(()) } - #[test] fn test_gitlab_remote_scan_no_history() -> Result<()> { let temp_dir = TempDir::new().context("tmp dir")?; @@ -241,4 +240,4 @@ fn test_gitlab_remote_scan_no_history() -> Result<()> { drop(rt); Ok(()) -} \ No newline at end of file +}