Skip to content

Commit

Permalink
Update init.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Sep 8, 2024
1 parent a3cca15 commit fa76fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv/tests/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ fn init_normalized_names() -> Result<()> {
----- stdout -----
----- stderr -----
error: Project is already initialized in `[TEMP_DIR]/foo-bar` (pyproject.toml file exists)
error: Project is already initialized in `[TEMP_DIR]/foo-bar` (`pyproject.toml` file exists)
"###);

let child = context.temp_dir.child("foo-bar");
Expand Down

0 comments on commit fa76fa4

Please sign in to comment.