1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-25 20:09:30 +02:00
This commit is contained in:
chrislu 2023-05-15 17:46:56 -07:00
parent 65484e80ef
commit b7f011f777

View file

@ -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)
}
}