Unverified Commit 3fba04a6 authored by CuriousCorrelation's avatar CuriousCorrelation Committed by GitHub
Browse files

build: bump cobra version to "1.5.0" (#701)


* build: bump cobra version to "1.5.0"

* fix: zsh completion test for cobra v1.5.0
Co-authored-by: default avatarYishay Mendelsohn <myishay@gmail.com>
parent f758f0a0
Showing with 4 additions and 4 deletions
+4 -4
......@@ -30,7 +30,7 @@ func Test_ExecuteCommand(t *testing.T) {
cmd.Execute()
got := out.(*bytes.Buffer).Bytes()
expected := []byte(`#compdef _completion completion`)
expected := []byte(`#compdef completion`)
assert.Equal(t, string(expected), string(got)[:len(expected)])
})
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment