Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Nov 13, 2020
1 parent 6765dc0 commit 5aa2fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/output_test.go
Expand Up @@ -16,7 +16,7 @@ func (o FakeOutput) Terminate() error { return n

type FakePart struct{}

func (o FakePart) AddChapter(i int, name string, version *kubernetes.APIVersion, description string) (outputs.Chapter, error) {
func (o FakePart) AddChapter(i int, name string, gv string, version *kubernetes.APIVersion, description string, importPrefix string) (outputs.Chapter, error) {
return FakeChapter{}, nil
}

Expand Down

0 comments on commit 5aa2fa2

Please sign in to comment.