mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
test(parser): Clarify test name
This commit is contained in:
parent
811acc45c1
commit
11fd6ca269
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ fn exclusive_with_required() {
|
|||
|
||||
#[test]
|
||||
#[cfg(feature = "error-context")]
|
||||
fn subcommand_conflict_error_message() {
|
||||
fn option_conflicts_with_subcommand() {
|
||||
static CONFLICT_ERR: &str = "\
|
||||
error: unexpected argument 'sub1' found
|
||||
|
||||
|
|
Loading…
Reference in a new issue