mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
raft: fix typo in test
This commit is contained in:
committed by
zhaohaiyuan
parent
2921ab670f
commit
6ee880eb5b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user