pull: refactor to remove series argument
All checks were successful
CI / build (push) Successful in 9m31s
All checks were successful
CI / build (push) Successful in 9m31s
This commit is contained in:
@@ -129,7 +129,7 @@ mod tests {
|
||||
let package_info = crate::package_info::lookup(package, None, Some(series), "", dist, None)
|
||||
.await
|
||||
.expect("Cannot lookup package information");
|
||||
crate::pull::pull(&package_info, Some(series), Some(cwd), None)
|
||||
crate::pull::pull(&package_info, Some(cwd), None)
|
||||
.await
|
||||
.expect("Cannot pull package");
|
||||
log::info!("Successfully pulled package {}", package);
|
||||
|
||||
Reference in New Issue
Block a user