Fix tests for invalid extension name

This commit is contained in:
bagtoad 2024-10-21 12:47:14 -06:00
parent cc32f33583
commit 35aa8521c4

View file

@ -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",