fix test stderr

This commit is contained in:
likzn 2022-05-24 09:09:57 +08:00
parent d8280951eb
commit 72457ef462
1 changed files with 1 additions and 1 deletions

View File

@ -1737,7 +1737,7 @@ fn in_virtual_workspace() {
p.cargo("publish --no-verify --token sekrit")
.with_status(101)
.with_stderr("error: must use `-p` argument in virtual manifest")
.with_stderr("error: the `-p` argument must be specified in the root of a virtual workspace")
.run();
}