summaryrefslogtreecommitdiff
path: root/testrig/storage.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/storage.go')
-rw-r--r--testrig/storage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrig/storage.go b/testrig/storage.go
index 69cbb5b0c..1f833044f 100644
--- a/testrig/storage.go
+++ b/testrig/storage.go
@@ -29,7 +29,7 @@ import (
// NewInMemoryStorage returns a new in memory storage with the default test config
func NewInMemoryStorage() *gtsstorage.Driver {
- storage := memory.Open(200, false)
+ storage := memory.Open(200, true)
return &gtsstorage.Driver{
Storage: storage,
}