Skip to content

Commit

Permalink
refactor(complete): Fix typo in hyhpen
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-mihkel committed Sep 5, 2024
1 parent b7cfbdc commit fbec05e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clap_complete/tests/testsuite/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ a_pos,c_pos"
}

#[test]
fn suggest_allow_hyhpen() {
fn suggest_allow_hyphen() {
let mut cmd = Command::new("exhaustive")
.arg(
clap::Arg::new("format")
Expand Down Expand Up @@ -1028,7 +1028,7 @@ fn suggest_allow_hyhpen() {
}

#[test]
fn suggest_positional_long_allow_hyhpen() {
fn suggest_positional_long_allow_hyphen() {
let mut cmd = Command::new("exhaustive")
.arg(
clap::Arg::new("format")
Expand Down Expand Up @@ -1090,7 +1090,7 @@ pos_b"
}

#[test]
fn suggest_positional_short_allow_hyhpen() {
fn suggest_positional_short_allow_hyphen() {
let mut cmd = Command::new("exhaustive")
.arg(
clap::Arg::new("format")
Expand Down

0 comments on commit fbec05e

Please sign in to comment.