diff --git a/crates/uv/tests/it/cache_prune.rs b/crates/uv/tests/it/cache_prune.rs index 9a26b7b8d..f0499e585 100644 --- a/crates/uv/tests/it/cache_prune.rs +++ b/crates/uv/tests/it/cache_prune.rs @@ -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();