mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #10031 from zhaohaidao/master
raft: fix typo in test
This commit is contained in:
commit
bdc333359b
@ -333,7 +333,7 @@ func testNonleaderElectionTimeoutRandomized(t *testing.T, state StateType) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestFollowersElectioinTimeoutNonconflict(t *testing.T) {
|
||||
func TestFollowersElectionTimeoutNonconflict(t *testing.T) {
|
||||
SetLogger(discardLogger)
|
||||
defer SetLogger(defaultLogger)
|
||||
testNonleadersElectionTimeoutNonconflict(t, StateFollower)
|
||||
|
Loading…
x
Reference in New Issue
Block a user