Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Adjust the expected string
Browse files Browse the repository at this point in the history
  • Loading branch information
sayboras committed Apr 14, 2020
1 parent 77710fd commit 9378dae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/fluxctl/completion_cmd_test.go
Expand Up @@ -49,15 +49,15 @@ func TestCompletionCommand_Success(t *testing.T) {
}{
{
shell: "bash",
expected: "#bash completion for completion",
expected: "bash completion for completion",
},
{
shell: "zsh",
expected: "#compdef _completion completion",
expected: "compdef _completion completion",
},
{
shell: "fish",
expected: "#fish completion for completion",
expected: "fish completion for completion",
},
}

Expand Down

0 comments on commit 9378dae

Please sign in to comment.