Fix test snapshot (#5314)

Fixes failure on `main` from merge conflict
This commit is contained in:
Zanie Blue 2024-07-22 17:32:16 -04:00 committed by GitHub
parent 84b351a289
commit 4f9ac3b61d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -536,7 +536,7 @@ fn init_workspace_isolated() -> Result<()> {
----- stderr -----
warning: `uv init` is experimental and may change without warning
Initialized project foo
Initialized project `foo`
"###);
let workspace = fs_err::read_to_string(context.temp_dir.join("pyproject.toml"))?;