From f3348d6e13922f0812c4c0d714e1c8db9ff03ad7 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Mon, 8 Sep 2014 16:16:58 -0700 Subject: [PATCH] raft: fix the comment in test --- raft/node_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raft/node_test.go b/raft/node_test.go index 95bd4304e..7a511d1b8 100644 --- a/raft/node_test.go +++ b/raft/node_test.go @@ -52,7 +52,7 @@ func TestNodeRestart(t *testing.T) { want := Ready{ State: st, - // commit upto index 1 + // commit upto index commit index in st CommittedEntries: entries[:st.Commit], }