aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/shed/example_store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/shed/example_store_test.go')
-rw-r--r--swarm/shed/example_store_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/shed/example_store_test.go b/swarm/shed/example_store_test.go
index 2ed0be141..908a1e446 100644
--- a/swarm/shed/example_store_test.go
+++ b/swarm/shed/example_store_test.go
@@ -52,7 +52,7 @@ type Store struct {
// and possible conflicts with schema from existing database is checked
// automatically.
func New(path string) (s *Store, err error) {
- db, err := shed.NewDB(path)
+ db, err := shed.NewDB(path, "")
if err != nil {
return nil, err
}