From 2637279338ca9736c22b5e15fca916121ae8d089 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Tue, 10 Mar 2020 01:41:19 +0100 Subject: *: migration from go-git-fixtures/v4 and go-git/gcfg --- storage/transactional/storage_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'storage/transactional/storage_test.go') diff --git a/storage/transactional/storage_test.go b/storage/transactional/storage_test.go index 41d656b..c620bdc 100644 --- a/storage/transactional/storage_test.go +++ b/storage/transactional/storage_test.go @@ -4,7 +4,6 @@ import ( "testing" "github.com/go-git/go-billy/v5/memfs" - . "gopkg.in/check.v1" "github.com/go-git/go-git/v5/plumbing" "github.com/go-git/go-git/v5/plumbing/cache" "github.com/go-git/go-git/v5/plumbing/storer" @@ -12,6 +11,7 @@ import ( "github.com/go-git/go-git/v5/storage/filesystem" "github.com/go-git/go-git/v5/storage/memory" "github.com/go-git/go-git/v5/storage/test" + . "gopkg.in/check.v1" ) func Test(t *testing.T) { TestingT(t) } @@ -39,7 +39,6 @@ func (s *StorageSuite) SetUpTest(c *C) { temporal := s.temporal() s.BaseStorageSuite = test.NewBaseStorageSuite(NewStorage(base, temporal)) - s.BaseStorageSuite.SetUpTest(c) } func (s *StorageSuite) TestCommit(c *C) { -- cgit