Merge pull request #744 from rainersigwald/patch-1

Clarify error in powershell completion test
This commit is contained in:
Mislav Marohnić 2020-04-03 14:31:40 +02:00 committed by GitHub
commit 8bea97810f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}
}