Skip to content

Commit fbec05e

Browse files
committed
refactor(complete): Fix typo in hyhpen
1 parent b7cfbdc commit fbec05e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clap_complete/tests/testsuite/engine.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ a_pos,c_pos"
982982
}
983983

984984
#[test]
985-
fn suggest_allow_hyhpen() {
985+
fn suggest_allow_hyphen() {
986986
let mut cmd = Command::new("exhaustive")
987987
.arg(
988988
clap::Arg::new("format")
@@ -1028,7 +1028,7 @@ fn suggest_allow_hyhpen() {
10281028
}
10291029

10301030
#[test]
1031-
fn suggest_positional_long_allow_hyhpen() {
1031+
fn suggest_positional_long_allow_hyphen() {
10321032
let mut cmd = Command::new("exhaustive")
10331033
.arg(
10341034
clap::Arg::new("format")
@@ -1090,7 +1090,7 @@ pos_b"
10901090
}
10911091

10921092
#[test]
1093-
fn suggest_positional_short_allow_hyhpen() {
1093+
fn suggest_positional_short_allow_hyphen() {
10941094
let mut cmd = Command::new("exhaustive")
10951095
.arg(
10961096
clap::Arg::new("format")

0 commit comments

Comments
 (0)