Skip to content

Commit

Permalink
fix: handle clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jul 17, 2023
1 parent df039d4 commit ea7beb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tarball/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ mod tests {
.unwrap();

// Validate if we delete the tar.gz file
assert!(!store_path.join(format!("@fastify+error@3.3.0.tar.gz")).exists());
assert!(!store_path.join("@fastify+error@3.3.0.tar.gz").exists());
// Make sure we create store path with normalized name
assert!(store_path.join("@fastify+error@3.3.0").is_dir());
// Make sure we create a symlink on node_modules folder
Expand Down

0 comments on commit ea7beb7

Please sign in to comment.