Skip to content

Commit

Permalink
Fix cross-package tests for rename
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 9, 2024
1 parent f582061 commit d2ef0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/workspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ fn cross_package_tests() {
.env_remove("RUST_BACKTRACE")
.assert()
.stderr(
"Error: Some package names in test-package are not present in the workspace: tests\n",
"Error: Some package names in --test-package are not present in the workspace: tests\n",
)
.code(1);

Expand Down

0 comments on commit d2ef0e7

Please sign in to comment.