From c3805078ec9fdda6f9c7b81e53edd7b01b33b134 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 21 Sep 2021 17:19:43 -0400 Subject: [PATCH] remove ensureLock --- internal/consensus/common_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/internal/consensus/common_test.go b/internal/consensus/common_test.go index e80da266c..981077432 100644 --- a/internal/consensus/common_test.go +++ b/internal/consensus/common_test.go @@ -646,12 +646,6 @@ func ensureNewUnlock(t *testing.T, unlockCh <-chan tmpubsub.Message, height int6 "Timeout expired while waiting for NewUnlock event") } -func ensureLock(t *testing.T, lockCh <-chan tmpubsub.Message, height int64, round int32) { - t.Helper() - ensureNewEvent(t, lockCh, height, round, ensureTimeout, - "Timeout expired while waiting for LockValue event") -} - func ensureProposal(t *testing.T, proposalCh <-chan tmpubsub.Message, height int64, round int32, propID types.BlockID) { t.Helper() select {