aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/storer/object_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/storer/object_test.go')
-rw-r--r--plumbing/storer/object_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/plumbing/storer/object_test.go b/plumbing/storer/object_test.go
index f8b1f73..68e8e10 100644
--- a/plumbing/storer/object_test.go
+++ b/plumbing/storer/object_test.go
@@ -161,3 +161,7 @@ func (o *MockObjectStorage) LooseObjectTime(plumbing.Hash) (time.Time, error) {
func (o *MockObjectStorage) DeleteLooseObject(plumbing.Hash) error {
return plumbing.ErrObjectNotFound
}
+
+func (o *MockObjectStorage) ObjectPacks() ([]plumbing.Hash, error) {
+ return nil, nil
+}