From d56b942689eee093af3ded0e4a59b53029973f45 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 3 Dec 2021 09:56:06 -0500 Subject: [PATCH] ensure fixup --- internal/consensus/common_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consensus/common_test.go b/internal/consensus/common_test.go index d5fae3c9d..eb5949a70 100644 --- a/internal/consensus/common_test.go +++ b/internal/consensus/common_test.go @@ -687,7 +687,7 @@ func ensureProposal(t *testing.T, proposalCh <-chan tmpubsub.Message, height int func ensureProposalWithTimeout(t *testing.T, proposalCh <-chan tmpubsub.Message, height int64, round int32, propID types.BlockID, timeout time.Duration) { t.Helper() - msg := ensureMessageBeforeTimeout(t, proposalCh, ensureTimeout) + msg := ensureMessageBeforeTimeout(t, proposalCh, timeout) proposalEvent, ok := msg.Data().(types.EventDataCompleteProposal) if !ok { t.Fatalf("expected a EventDataCompleteProposal, got %T. Wrong subscription channel?",