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/filesystem/storage_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'storage/filesystem/storage_test.go') diff --git a/storage/filesystem/storage_test.go b/storage/filesystem/storage_test.go index 2c7c690..20eead0 100644 --- a/storage/filesystem/storage_test.go +++ b/storage/filesystem/storage_test.go @@ -39,7 +39,6 @@ func setUpTest(s *StorageSuite, c *C, storage *Storage) { var _ storer.PackfileWriter = storage s.BaseStorageSuite = test.NewBaseStorageSuite(storage) - s.BaseStorageSuite.SetUpTest(c) } func (s *StorageSuite) TestFilesystem(c *C) { -- cgit