etcdhttp: fix test build

This commit is contained in:
Blake Mizerany
2014-09-03 20:01:54 -07:00
parent 99c7371337
commit 172c1eae5d

View File

@@ -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{