Skip to content

Commit dd14aa1

Browse files
authored
Fix windows tests (#2896)
1 parent 3ae8171 commit dd14aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scarb/tests/tree.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ fn exclude_requires_workspace() {
581581
error: the following required arguments were not provided:
582582
--workspace
583583
584-
Usage: scarb tree --workspace --exclude <SPEC>
584+
Usage: scarb[..] tree --workspace --exclude <SPEC>
585585
586586
For more information, try '--help'.
587587
"#})
@@ -600,7 +600,7 @@ fn exclude_conflicts_with_package() {
600600
.stderr_eq(indoc! {r#"
601601
error: the argument '--exclude <SPEC>' cannot be used with '--package <SPEC>'
602602
603-
Usage: scarb tree --workspace --exclude <SPEC>
603+
Usage: scarb[..] tree --workspace --exclude <SPEC>
604604
605605
For more information, try '--help'.
606606
"#})

0 commit comments

Comments
 (0)