Skip to content

Commit 43bcf0c

Browse files
committed
Fixed fakes
1 parent a9a573d commit 43bcf0c

File tree

2 files changed

+86
-6
lines changed

2 files changed

+86
-6
lines changed

volume-providers/vpc/vpcclient/instances/fakes/volume_attach.go renamed to volume-providers/vpc/vpcclient/instances/fakes/volume_attach_service.go

Lines changed: 85 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

volume-providers/vpc/vpcclient/instances/volume_mounter_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
)
2626

2727
// VolumeAttachManager operations
28-
//go:generate counterfeiter -o fakes/volume_atacher_service.go --fake-name VolumeAttachManager . VolumeAttachManager
28+
//go:generate counterfeiter -o fakes/volume_attach_service.go --fake-name VolumeAttachService . VolumeAttachManager
2929
type VolumeAttachManager interface {
3030
// Create the volume with authorisation by passing required information in the volume object
3131
AttachVolume(*models.VolumeAttachment, *zap.Logger) (*models.VolumeAttachment, error)

0 commit comments

Comments
 (0)