Skip to content

Commit af82aa0

Browse files
committed
refactor(tests): Remove redundant with_status(0)
1 parent 0846b8e commit af82aa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testsuite/publish.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,6 @@ fn publish_checks_for_token_before_verify() {
10471047
// Assert package verified successfully on dry run
10481048
p.cargo("publish --dry-run")
10491049
.replace_crates_io(registry.index_url())
1050-
.with_status(0)
10511050
.with_stderr_contains("[VERIFYING] foo v0.0.1 ([CWD])")
10521051
.run();
10531052
}

0 commit comments

Comments
 (0)