mirror of https://github.com/spf13/cobra.git
fix fish reference
This commit is contained in:
parent
93a41331ec
commit
e0ac28fad8
|
@ -79,7 +79,7 @@ func TestFailGenNushellCompletionFile(t *testing.T) {
|
||||||
}
|
}
|
||||||
rootCmd.AddCommand(child)
|
rootCmd.AddCommand(child)
|
||||||
|
|
||||||
got := rootCmd.GenFishCompletionFile(f.Name(), false)
|
got := rootCmd.GenNushellCompletionFile(f.Name(), false)
|
||||||
if !errors.Is(got, os.ErrPermission) {
|
if !errors.Is(got, os.ErrPermission) {
|
||||||
t.Errorf("got: %s, want: %s", got.Error(), os.ErrPermission.Error())
|
t.Errorf("got: %s, want: %s", got.Error(), os.ErrPermission.Error())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue