From ad7b4b0130b0e1b768861998e0dc7fadfd139025 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Fri, 3 Apr 2020 07:18:19 -0500 Subject: [PATCH] Clarify error in powershell completion test --- command/completion_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/completion_test.go b/command/completion_test.go index 49ca8c4db..3db5ce071 100644 --- a/command/completion_test.go +++ b/command/completion_test.go @@ -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) } }