raft: fix error msg

This commit is contained in:
Xiang Li 2014-09-28 21:17:51 -07:00
parent 51529cc3f2
commit e26ff32fd8

View File

@ -582,7 +582,7 @@ func TestRecvMsgVote(t *testing.T) {
continue
}
if g := msgs[0].Denied; g != tt.wdenied {
t.Errorf("#%d, m.Index = %d, want %d", i, g, tt.wdenied)
t.Errorf("#%d, m.Denied = %d, want %d", i, g, tt.wdenied)
}
}
}