From 4f9ac3b61d0b6e2276aa8c69862dfa0bafb366b3 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 22 Jul 2024 17:32:16 -0400 Subject: [PATCH] Fix test snapshot (#5314) Fixes failure on `main` from merge conflict --- crates/uv/tests/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))?;