Merge pull request #10031 from zhaohaidao/master

raft: fix typo in test
This commit is contained in:
Sam Batschelet 2018-08-22 12:39:14 -04:00 committed by GitHub
commit bdc333359b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)