diff --git a/internal/consensus/common_test.go b/internal/consensus/common_test.go index 835d78217..7b7978788 100644 --- a/internal/consensus/common_test.go +++ b/internal/consensus/common_test.go @@ -622,6 +622,7 @@ func ensureNewUnlock(unlockCh <-chan tmpubsub.Message, height int64, round int32 ensureNewEvent(unlockCh, height, round, ensureTimeout, "Timeout expired while waiting for NewUnlock event") } + func ensureLock(lockCh <-chan tmpubsub.Message, height int64, round int32) { ensureNewEvent(lockCh, height, round, ensureTimeout, "Timeout expired while waiting for LockValue event")