Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 29, 2025
1 parent 77729bd commit b9e71d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/uv/tests/it/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3399,8 +3399,8 @@ fn run_linked_environment_path() -> Result<()> {
success: true
exit_code: 0
----- stdout -----
[VENV]/
[VENV]/[BIN]/python
[TEMP_DIR]/target
[TEMP_DIR]/target/[BIN]/python
----- stderr -----
Resolved 8 packages in [TIME]
Expand All @@ -3414,7 +3414,7 @@ fn run_linked_environment_path() -> Result<()> {
}, {
assert_snapshot!(
black_entrypoint, @r###"
#![VENV]/[BIN]/python
#![TEMP_DIR]/target/[BIN]/python
# -*- coding: utf-8 -*-
import sys
from black import patched_main
Expand Down

0 comments on commit b9e71d0

Please sign in to comment.