Rename package alising "apply2" -> apply.

This commit is contained in:
Piotr Tabor
2022-05-05 10:48:26 +02:00
parent c62f01e5fe
commit 63b2f63cc1
5 changed files with 53 additions and 53 deletions

View File

@ -723,7 +723,7 @@ func realisticRaftNode(lg *zap.Logger) *raftNode {
return r
}
// TestApplyMultiConfChangeShouldStop ensures that apply will return shouldStop
// TestApplyMultiConfChangeShouldStop ensures that toApply will return shouldStop
// if the local member is removed along with other conf updates.
func TestApplyMultiConfChangeShouldStop(t *testing.T) {
lg := zaptest.NewLogger(t)