aboutsummaryrefslogtreecommitdiffstats
path: root/storage/filesystem/storage_test.go
diff options
context:
space:
mode:
authorSantiago M. Mola <santi@mola.io>2017-07-18 10:39:36 +0200
committerSantiago M. Mola <santi@mola.io>2017-07-19 14:48:42 +0200
commitebc25df06ce7d11afe88339af7bb097926599b7d (patch)
tree8700fa368f5f555656e5d61a41d4be72c6fced25 /storage/filesystem/storage_test.go
parentf2e4b4d0b73f9ae1a53adc4479991bf651dfb99a (diff)
downloadgo-git-ebc25df06ce7d11afe88339af7bb097926599b7d.tar.gz
test: add more PackfileWriter tests
Diffstat (limited to 'storage/filesystem/storage_test.go')
-rw-r--r--storage/filesystem/storage_test.go1
1 files changed, 1 insertions, 0 deletions
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) {