From ebc25df06ce7d11afe88339af7bb097926599b7d Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Tue, 18 Jul 2017 10:39:36 +0200 Subject: test: add more PackfileWriter tests --- storage/filesystem/storage_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'storage/filesystem/storage_test.go') diff --git a/storage/filesystem/storage_test.go b/storage/filesystem/storage_test.go index 2ced9dd..22709f5 100644 --- a/storage/filesystem/storage_test.go +++ b/storage/filesystem/storage_test.go @@ -26,6 +26,7 @@ func (s *StorageSuite) SetUpTest(c *C) { c.Assert(err, IsNil) s.BaseStorageSuite = test.NewBaseStorageSuite(storage) + s.BaseStorageSuite.SetUpTest(c) } func (s *StorageSuite) TestFilesystem(c *C) { -- cgit