Skip to content

Commit

Permalink
test: update path for generated fake (#1013)
Browse files Browse the repository at this point in the history
This allows "go generate ./..." to succeed
  • Loading branch information
blgm authored Apr 26, 2024
1 parent 5df368e commit 9eefcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/cf_sharing.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 -generate
//counterfeiter:generate -o ./fakes/servicebroker.go github.com/pivotal-cf/brokerapi/v10/domain.ServiceBroker
//counterfeiter:generate -o ./fakes/servicebroker.go github.com/pivotal-cf/brokerapi/v11/domain.ServiceBroker

// CfSharingWrapper enables the Shareable flag for every service provided by the broker.
type CfSharingWrapper struct {
Expand Down

0 comments on commit 9eefcf0

Please sign in to comment.