mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
@@ -190,7 +190,6 @@ func TestNode(t *testing.T) {
|
||||
CommittedEntries: []raftpb.Entry{{Term: 1, Index: 3, Data: []byte("foo")}},
|
||||
},
|
||||
}
|
||||
|
||||
n := StartNode(1, []Peer{{ID: 1}}, 10, 1)
|
||||
n.ApplyConfChange(cc)
|
||||
n.Campaign(ctx)
|
||||
|
||||
Reference in New Issue
Block a user