mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-04 15:17:02 +00:00
Update internal/state/execution_test.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
co-authored by
M. J. Fromberger
parent
c3ee75413d
commit
01a1379dbf
@@ -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