Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit eff0547

Browse files
committed
Remove redundant function from test
1 parent d076b29 commit eff0547

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

internals/secrethub/org_inspect_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ func TestOrgInspectCommand_Run(t *testing.T) {
138138
},
139139
},
140140
repoService: fakeclient.RepoService{
141-
GetFunc: func(path string) (*api.Repo, error) {
142-
return nil, nil
143-
},
144141
ListFunc: func(namespace string) ([]*api.Repo, error) {
145142
return nil, testErr
146143
},

0 commit comments

Comments
 (0)