diff options
Diffstat (limited to 'plumbing/object/change_adaptor_test.go')
-rw-r--r-- | plumbing/object/change_adaptor_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plumbing/object/change_adaptor_test.go b/plumbing/object/change_adaptor_test.go index 6b718ff..b8dd5d1 100644 --- a/plumbing/object/change_adaptor_test.go +++ b/plumbing/object/change_adaptor_test.go @@ -11,8 +11,8 @@ import ( "github.com/go-git/go-git/v5/utils/merkletrie" "github.com/go-git/go-git/v5/utils/merkletrie/noder" + fixtures "github.com/go-git/go-git-fixtures/v4" . "gopkg.in/check.v1" - "gopkg.in/src-d/go-git-fixtures.v3" ) type ChangeAdaptorSuite struct { @@ -22,7 +22,6 @@ type ChangeAdaptorSuite struct { } func (s *ChangeAdaptorSuite) SetUpSuite(c *C) { - s.Suite.SetUpSuite(c) s.Fixture = fixtures.Basic().One() sto := filesystem.NewStorage(s.Fixture.DotGit(), cache.NewObjectLRUDefault()) s.Storer = sto |