mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
raft: fix error msg
This commit is contained in:
parent
51529cc3f2
commit
e26ff32fd8
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user