Skip to content

Commit 3050ae9

Browse files
committed
Update test snapshot
1 parent b5d638b commit 3050ae9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crates/uv/tests/it/version.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,13 +1985,14 @@ conflicts = [[{"extra" = "foo"}, {"extra" = "bar"}]]
19851985

19861986
uv_snapshot!(context.filters(), context.version()
19871987
.arg("--bump").arg("patch"), @r"
1988-
success: false
1989-
exit_code: 2
1988+
success: true
1989+
exit_code: 0
19901990
----- stdout -----
1991+
myproject 1.10.31 => 1.10.32
19911992
19921993
----- stderr -----
19931994
Resolved 19 packages in [TIME]
1994-
error: Extras `bar` and `foo` are incompatible with the declared conflicts: {`myproject[bar]`, `myproject[foo]`}
1995+
Audited in [TIME]
19951996
");
19961997

19971998
Ok(())

0 commit comments

Comments
 (0)