diff options
Diffstat (limited to 'weed/filer/etcd/etcd_store_test.go')
| -rw-r--r-- | weed/filer/etcd/etcd_store_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/etcd/etcd_store_test.go b/weed/filer/etcd/etcd_store_test.go index 31e451e00..6abb74697 100644 --- a/weed/filer/etcd/etcd_store_test.go +++ b/weed/filer/etcd/etcd_store_test.go @@ -10,7 +10,7 @@ func TestStore(t *testing.T) { // to set up local env if false { store := &EtcdStore{} - store.initialize("localhost:2379", "", "", "3s") + store.initialize("localhost:2379", "", "", 3, nil) store_test.TestFilerStore(t, store) } } |
