mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 02:13:47 +01: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(
|
||||
"You could not have both `--all` and `--as-module` at the same command line"
|
||||
));
|
||||
assert!(actual
|
||||
.err
|
||||
.contains("You cannot have both `--all` and `--as-module` on the same command line"));
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user