Skip to content

Commit

Permalink
Update crates/turborepo-cache/src/async_cache.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
  • Loading branch information
anthonyshew and chris-olszewski committed May 10, 2024
1 parent 30fe2db commit f23d251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-cache/src/async_cache.rs
Expand Up @@ -447,7 +447,7 @@ mod tests {
async_cache.wait().await.unwrap();

let fs_cache_path =
repo_root_path.join_components(&[".turbo", "cache" & format!("{}.tar.zst", hash)]);
repo_root_path.join_components(&[".turbo", "cache", &format!("{}.tar.zst", hash)]);

// Confirm that fs cache file exists
assert!(fs_cache_path.exists());
Expand Down

0 comments on commit f23d251

Please sign in to comment.