remove ensureLock

This commit is contained in:
William Banfield
2021-09-21 17:19:43 -04:00
parent 78ef22f49d
commit c3805078ec
-6
View File
@@ -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 {