mirror of
https://github.com/nushell/nushell.git
synced 2025-04-26 14:18:19 +02:00
fix parse_failure_due_conflicted_flags test (#5926)
This commit is contained in:
parent
79da470239
commit
3b357e5402
@ -719,8 +719,8 @@ fn parse_failure_due_conflicted_flags() {
|
|||||||
"#
|
"#
|
||||||
));
|
));
|
||||||
|
|
||||||
assert!(actual.err.contains(
|
assert!(actual
|
||||||
"You could not have both `--all` and `--as-module` at the same command line"
|
.err
|
||||||
));
|
.contains("You cannot have both `--all` and `--as-module` on the same command line"));
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user