diff --git a/crates/uv/tests/init.rs b/crates/uv/tests/init.rs index f8edceb09..32e10f2aa 100644 --- a/crates/uv/tests/init.rs +++ b/crates/uv/tests/init.rs @@ -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"))?;