mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-29 18:40:34 +00:00
Update internal/state/execution_test.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user