From 35aa8521c4db48ea74075a73b58018ce1caaff8b Mon Sep 17 00:00:00 2001 From: bagtoad <47394200+BagToad@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:47:14 -0600 Subject: [PATCH] Fix tests for invalid extension name --- pkg/cmd/extension/command_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",