Update snapshot

This commit is contained in:
Zanie Blue 2025-09-15 21:29:53 -05:00
parent d63c162046
commit 44522f0d0b
1 changed files with 3 additions and 4 deletions

View File

@ -10996,13 +10996,12 @@ fn transitive_group_conflicts_shallow() -> Result<()> {
"); ");
uv_snapshot!(context.filters(), context.lock().arg("--check"), @r" uv_snapshot!(context.filters(), context.lock().arg("--check"), @r"
success: false success: true
exit_code: 1 exit_code: 0
----- stdout ----- ----- stdout -----
----- stderr ----- ----- stderr -----
Resolved 5 packages in [TIME] 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" uv_snapshot!(context.filters(), context.sync(), @r"
@ -11056,7 +11055,7 @@ fn transitive_group_conflicts_shallow() -> Result<()> {
----- stderr ----- ----- stderr -----
Resolved 5 packages in [TIME] 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(()) Ok(())