diff --git a/pkg/cmd/extension/command_test.go b/pkg/cmd/extension/command_test.go index 28364a685..e26e70690 100644 --- a/pkg/cmd/extension/command_test.go +++ b/pkg/cmd/extension/command_test.go @@ -985,7 +985,7 @@ func Test_checkValidExtension(t *testing.T) { extOwner: "monalisa", extName: "gherkins", }, - wantError: "extension repository name must start with `gh-`", + wantError: "extension name must start with `gh-`", }, { name: "clashes with built-in command",