From 44522f0d0b9e71cc35d5b566d14c5ebd986e1b23 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 15 Sep 2025 21:29:53 -0500 Subject: [PATCH] Update snapshot --- crates/uv/tests/it/sync.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/crates/uv/tests/it/sync.rs b/crates/uv/tests/it/sync.rs index 7178608fa..7795c11d6 100644 --- a/crates/uv/tests/it/sync.rs +++ b/crates/uv/tests/it/sync.rs @@ -10996,13 +10996,12 @@ fn transitive_group_conflicts_shallow() -> Result<()> { "); uv_snapshot!(context.filters(), context.lock().arg("--check"), @r" - success: false - exit_code: 1 + success: true + exit_code: 0 ----- stdout ----- ----- stderr ----- Resolved 5 packages in [TIME] - The lockfile at `uv.lock` needs to be updated, but `--locked` was provided. To update the lockfile, run `uv lock`. "); uv_snapshot!(context.filters(), context.sync(), @r" @@ -11056,7 +11055,7 @@ fn transitive_group_conflicts_shallow() -> Result<()> { ----- stderr ----- Resolved 5 packages in [TIME] - error: Groups `dev` and `magic` are incompatible with the transitively inferred conflicts: {`example:dev`, `example:magic`} + error: Groups `dev` and `magic` are incompatible with the declared conflicts: {`example:dev`, `example:magic`} "); Ok(())