Skip to content

Commit

Permalink
fix mock gen path
Browse files Browse the repository at this point in the history
Updates CSIProxyUtils mock gen path
  • Loading branch information
jharrod authored Nov 7, 2024
1 parent 5744fbe commit 255e1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/csiutils/csiutils_windows_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"k8s.io/mount-utils"
)

//go:generate mockgen -destination=../mocks/mock_csiutils/mock_csiutils.go github.com/netapp/trident/csiutils CSIProxyUtils
//go:generate mockgen -destination=../../mocks/mock_csiutils/mock_csiutils.go github.com/netapp/trident/utils/csiutils CSIProxyUtils

type CSIProxyUtils interface {
SMBMount(context.Context, string, string, string, string, string) error
Expand Down

0 comments on commit 255e1fe

Please sign in to comment.