Skip to content

Commit

Permalink
Fix prune_unzipped test on main (astral-sh#8938)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Nov 8, 2024
1 parent 980d25a commit 7835ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/tests/it/cache_prune.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ fn prune_unzipped() -> Result<()> {
----- stderr -----
Pruning cache at: [CACHE_DIR]/
Removed 171 files ([SIZE])
Removed 173 files ([SIZE])
"###);

context.venv().assert().success();
Expand Down

0 comments on commit 7835ce0

Please sign in to comment.