Skip to content

Commit

Permalink
fix(test): impl download_winsw
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvandijke committed Aug 6, 2024
1 parent 4980c55 commit f1742df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ mod test {
dest_dir_path: &Path,
callback: &ProgressCallback,
) -> SnReleaseResult<PathBuf>;
async fn download_winsw(&self, dest_path: &Path, callback: &ProgressCallback) -> SnReleaseResult<()>;
fn extract_release_archive(&self, archive_path: &Path, extract_dir: &Path) -> SnReleaseResult<PathBuf>;
}
}
Expand Down

0 comments on commit f1742df

Please sign in to comment.