aboutsummaryrefslogtreecommitdiff
path: root/internal/gitutil
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gitutil')
-rw-r--r--internal/gitutil/mocks.go (renamed from internal/gitutil/mock.go)1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/gitutil/mock.go b/internal/gitutil/mocks.go
index 161d4474..b58fa079 100644
--- a/internal/gitutil/mock.go
+++ b/internal/gitutil/mocks.go
@@ -12,7 +12,6 @@ import (
var _ ModuleStore = (*MockModuleStore)(nil)
-// MockModuleStore is a mock implementation of ModuleStore interface.
type MockModuleStore struct {
repoAddRemote func(repoPath, name, url string, opts ...git.AddRemoteOptions) error
repoDiffNameOnly func(repoPath, base, head string, opts ...git.DiffNameOnlyOptions) ([]string, error)