Skip to content

Commit 086a454

Browse files
committed
Fix a test assertion
1 parent 2bbce85 commit 086a454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ required by package `foo v0.0.1 ([..])`
635635
.run();
636636

637637
p.cargo("update -p baz")
638-
.with_status(101)
638+
.with_status(0)
639639
.with_stderr_contains(
640640
"\
641641
[UPDATING] `[..]` index

0 commit comments

Comments
 (0)