Skip to content

Commit

Permalink
correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 2, 2024
1 parent 5fc80d7 commit 7bfa698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/release_artifacts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mod tests {
}

#[test]
fn extarct_archive_should_fail_for_missing_source_file() {
fn extract_archive_should_fail_for_missing_source_file() {
let output_dir = "artifacts-from-test";
fs::remove_dir_all(output_dir).unwrap_or_default();
extract_archive(Path::new("non-existent-path"), output_dir)
Expand Down

0 comments on commit 7bfa698

Please sign in to comment.