mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdhttp: fix test build
This commit is contained in:
@@ -26,7 +26,7 @@ func TestSet(t *testing.T) {
|
||||
|
||||
st := store.New()
|
||||
|
||||
n := raft.Start(1, []int64{1})
|
||||
n := raft.Start(1, []int64{1}, 0, 0)
|
||||
n.Campaign(ctx)
|
||||
|
||||
srv := &etcdserver.Server{
|
||||
|
||||
Reference in New Issue
Block a user