Skip to content

Commit

Permalink
Clarify error in powershell completion test
Browse files Browse the repository at this point in the history
  • Loading branch information
rainersigwald authored Apr 3, 2020
1 parent e066e98 commit ad7b4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/completion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestCompletion_powerShell(t *testing.T) {
}

if !strings.Contains(output.String(), "Register-ArgumentCompleter") {
t.Errorf("problem in fish completion:\n%s", output)
t.Errorf("problem in powershell completion:\n%s", output)
}
}

Expand Down

0 comments on commit ad7b4b0

Please sign in to comment.