mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
raft: fix the comment in test
This commit is contained in:
parent
9a57d1067d
commit
f3348d6e13
@ -52,7 +52,7 @@ func TestNodeRestart(t *testing.T) {
|
|||||||
|
|
||||||
want := Ready{
|
want := Ready{
|
||||||
State: st,
|
State: st,
|
||||||
// commit upto index 1
|
// commit upto index commit index in st
|
||||||
CommittedEntries: entries[:st.Commit],
|
CommittedEntries: entries[:st.Commit],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user