From 2fbb304237fb42190439c6aecf866c36dbb853a3 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 21 Sep 2021 17:25:01 -0400 Subject: [PATCH] nolint lll --- 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 981077432..2d27541dd 100644 --- a/internal/consensus/common_test.go +++ b/internal/consensus/common_test.go @@ -531,7 +531,7 @@ func ensureNoNewTimeout(t *testing.T, stepCh <-chan tmpubsub.Message, timeout in "We should be stuck waiting, not receiving NewTimeout event") } -func ensureNewEvent(t *testing.T, ch <-chan tmpubsub.Message, height int64, round int32, timeout time.Duration, errorMessage string) { +func ensureNewEvent(t *testing.T, ch <-chan tmpubsub.Message, height int64, round int32, timeout time.Duration, errorMessage string) { //nolint: lll t.Helper() select { case <-time.After(timeout):