From d5aaa1af7571fb18446eb7df95cbc0f3f41d9f71 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 18 Jan 2022 17:16:05 -0500 Subject: [PATCH] fix typo in state_test --- internal/consensus/state_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consensus/state_test.go b/internal/consensus/state_test.go index 660df37b6..ddf1e07a2 100644 --- a/internal/consensus/state_test.go +++ b/internal/consensus/state_test.go @@ -656,7 +656,7 @@ func TestStateLock_NoPOL(t *testing.T) { ensurePrecommit(t, voteCh, height, round) } -// TestStateLock_POLUpdateLock tests that a validator maintains updates its locked +// TestStateLock_POLUpdateLock tests that a validator updates its locked // block if the following conditions are met within a round: // 1. The validator received a valid proposal for the block // 2. The validator received prevotes representing greater than 2/3 of the voting