Update internal/state/execution_test.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
William Banfield
2022-03-02 09:49:10 -05:00
committed by GitHub
parent c3ee75413d
commit 01a1379dbf

View File

@@ -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())