Fix tests for invalid extension name
This commit is contained in:
parent
cc32f33583
commit
35aa8521c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue