aboutsummaryrefslogtreecommitdiffstats
path: root/storage/memory
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/memory
parentf2e4b4d0b73f9ae1a53adc4479991bf651dfb99a (diff)
downloadgo-git-ebc25df06ce7d11afe88339af7bb097926599b7d.tar.gz
test: add more PackfileWriter tests
Diffstat (limited to 'storage/memory')
-rw-r--r--storage/memory/storage_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/memory/storage_test.go b/storage/memory/storage_test.go
index ee8fa93..31a27fa 100644
--- a/storage/memory/storage_test.go
+++ b/storage/memory/storage_test.go
@@ -17,4 +17,5 @@ var _ = Suite(&StorageSuite{})
func (s *StorageSuite) SetUpTest(c *C) {
s.BaseStorageSuite = test.NewBaseStorageSuite(NewStorage())
+ s.BaseStorageSuite.SetUpTest(c)
}