Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jul 16, 2024
1 parent be68329 commit 6eac2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/carapace/cmd/invoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func TestInvokeFlags(t *testing.T) {
s.Run("tail", "export", "tail", "--fo").
Expect(carapace.ActionStyledValuesDescribed(
"--follow", "output appended data as the file grows", style.Yellow,
).Tag("flags").
).Tag("longhand flags").
NoSpace('.').
Usage("carapace [flags] [COMPLETER] [bash|elvish|fish|nushell|oil|powershell|tcsh|xonsh|zsh]")) // TODO fix usage

Expand Down

0 comments on commit 6eac2ac

Please sign in to comment.