mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix test
This commit is contained in:
parent
65484e80ef
commit
b7f011f777
|
@ -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…
Reference in a new issue