fix tests
This commit is contained in:
parent
bdab7de1d2
commit
f350b917e4
4 changed files with 84 additions and 21 deletions
|
|
@ -44,7 +44,7 @@ func TestNewCmdExtension(t *testing.T) {
|
|||
em.ListFunc = func(bool) []extensions.Extension {
|
||||
return []extensions.Extension{}
|
||||
}
|
||||
em.InstallFunc = func(_ ghrepo.Interface) error {
|
||||
em.InstallFunc = func(_ ghrepo.Interface, _ string) error {
|
||||
return nil
|
||||
}
|
||||
return func(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue