Merge pull request #744 from rainersigwald/patch-1
Clarify error in powershell completion test
This commit is contained in:
commit
8bea97810f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue