Browse Source

fix test

pull/4484/head
chrislu 2 years ago
parent
commit
b7f011f777
  1. 2
      weed/filer/etcd/etcd_store_test.go

2
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", "", "", "3s")
store_test.TestFilerStore(t, store)
}
}
Loading…
Cancel
Save