Skip to content

Commit

Permalink
fix: generate fake for cargo.RepositoryReleaseLister
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Mar 8, 2023
1 parent 088b1da commit 238b901
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pkg/notes/fakes/releases_service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/notes/notes_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func (r fetchNotesData) fetchHistoricFiles(kilnfilePath, start, end string) (klI
return klInitial, klFinal, kfFinal, v, nil
}

//counterfeiter:generate -o ./fakes/releases_service.go --fake-name ReleaseService github.com/pivotal-cf/kiln/internal/component.RepositoryReleaseLister
//counterfeiter:generate -o ./fakes/releases_service.go --fake-name ReleaseService github.com/pivotal-cf/kiln/pkg/cargo.RepositoryReleaseLister
//counterfeiter:generate -o ./fakes/issues_service.go --fake-name IssuesService . issuesService

type issuesService interface {
Expand Down

0 comments on commit 238b901

Please sign in to comment.