From 01a1379dbf3ff586a9e34ac8378ee0f3e81f5239 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Wed, 2 Mar 2022 09:49:10 -0500 Subject: [PATCH] Update internal/state/execution_test.go Co-authored-by: M. J. Fromberger --- internal/state/execution_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/state/execution_test.go b/internal/state/execution_test.go index db724de42..492d9cd30 100644 --- a/internal/state/execution_test.go +++ b/internal/state/execution_test.go @@ -68,7 +68,7 @@ func TestApplyBlock(t *testing.T) { } // TestFinalizeBlockLastCommitInfo ensures we correctly send the LastCommitInfo to the -// applications. The test ensures that the LastCommitInfo properly reflects the +// application. The test ensures that the LastCommitInfo properly reflects // which validators signed the preceding block. func TestFinalizeBlockLastCommitInfo(t *testing.T) { ctx, cancel := context.WithCancel(context.Background())